We have a requirement to call another page, pass input parameters and get output value on the the Application UI page.
I tried creating an Action Flow and adding 3 instances of action flow in interactions section of Application UI page, to get 3 different output values in 3 Value Display widgets. The Action Flow is invoked by a button click. We select a value from the Action Flow, and return to the Application UI page. The selected value in the Action FLow should be displayed in the Application UI. When the Action FLow is invoked for the first Value Display, same value is displayed for all Value Display widgets. When we invoke the other instance of Action Flow, the output value overrides the output displayed by the first instance of Action Flow. Hence, for each Value Display same output is displayed everytime. Can anyone help to display different output values in more than 1 fields on Application UI using same Action FLow?