Actions in action tab of a control execution
Hi Team,
I am having a requirement to invoke multiple actions on change of a control (Button, drop down, or Auto complete). At runtime they were not executing in sequence if there is a when rule configured on a action. Following actions configured on change of a drop down
1. Refresh current section, it invokes an activity to fetch additional values from a database table for the selected value
2. Call local action if the Outcome(a field value returns from #1) is a local action
3. Call Create work if the Outcome is to create a work object.
Here if there is no when rule defines on #2 it executes local action, otherwise no.
It seems like an issue with the refresh section, if anyone come across such an issue please advise.
Thanks
***Edited by Moderator Marissa to update platform capability tags****