A new feature in the latest release of Visual Builder is a redesign of the flow diagram which turns it into a powerful development interface for defining the overall flow between pages in your app.
The new design includes directional arrows that show the path from one page to the other. As you add new navigation logic in your application, the diagram updates to show the new paths dynamically. For developers who maintain existing apps, this provides an easier way to understand the structure of the app.
In addition the diagram allows you to create pages and navigations directly from the diagram acting as a new interface to help you define the overall flow between pages.
You can drag pages onto the diagram – dropping them on an empty area will create the page. Dropping a new page on an existing page in the diagram will create an action chain that navigates to that page in the source page.
You can also drag navigation actions directly onto the diagram to create new navigation paths. In addition logical components such as if and switch can be added to the diagram – to create conditional logic for navigation in your app.
In the video we show you some of these new development capabilities.
To learn more about the new flow diagram see the documentation.
