Question
Bits in Glass
IN
Last activity: 29 Aug 2019 4:05 EDT
Refresh Button Action conditions
Hi All,
I have a button on my UI. On click event I have configured two actions.
First action is Run Activity - It will fetch some data and perform some calculations.
Second action is Local Action - (Conditional - If above activity sets some property values.)
The issue here is second action is conditional and it is based on the first action. So my question is after executing the first action how I can refresh the DOM so that newly calculated property will be taken into consideration?
At the moment what happens is it is taking old value which was present while generating the DOM.
Thanks.