Are Action Set Actions fully synchronous?
Hi, I understand there have been similar questions to this in the past I'm just not fully grasping the logic behind them.
On click of a button:
Action 1 - Call activity that sets a flag on TempPage.flagValue
Action 2 - Close modal IF TempPage.flagValue != ""
Expected Outcome:
TempPage.flagValue has a value and Modal Closes
Actual:
TempPage.flagValue has no value and Modal stays open
+ After refreshing, TempPage.flagValue is present on the clipboard with a value
So my question is, is this an issue with the property being "visible" if so could someone explain the logic behind that and how to fix.
Otherwise, are action sets not fully synchronous? which would explain why the property appeared on the clipboard after the when condition had ran