Smart Forms can be integrated with Microflow from version 4.0.0.19. This helps users to reduce the amount of customizations required to make the smart forms more dynamic. This section will explain how to trigger a call to the microflow on any event of the smart Form to implement dynamicity on UI.
Smart Form Integration with Microflow
Go to the App Designer
Open your Entity
Choose the element which should trigger the action and click on the integrate icon. (This icon is available on all the fields and all buttons)
Click for open Microflow Configuration Window
ON Microflow Configuration Window select "change()" in Event and click on Microflow button Select "Your Project Name" in Project Select "Your Flow Name" in Microflow Select "Y" in Async ('Y' for asynchronous call and 'N' for synchronous)
Map Entity Parameters to Flow Parameters.
Click on Response tab and map the output parameters from Microflow to the Entity parameters
Click OK and Save Entity. You have successfully integrated your Smart Form to the Microflow.
Now when you open the form in Runtime and change the value in field Postal Code, it will trigger the call to microflow and the value returned by Microflow will be displayed on the three text fields.