While navigating between forms using action editor in Iris, we pass data from the source form using ‘Pass data with navigation’ check box on the ‘Navigate to form’ action.
On the destination form, in the any of the form lifecycle events, (such as init, onMapping, preShow, postShow) you can use a ‘if condition’ action to check, if navigated from the source form, and use ‘Add Mapping’ action to map the data in ‘Navigation Object’ to any of the widgets on the destination form.
If condition in the preShow of the destination form, to check if navigated from the source form:
Add mapping action, to map the data in ‘Navigation Object’ to any of the widgets on the destination form: