Datetime Bank Dated Account Amount Status
2/22/2023 UBA 2/9/2023 1321742231 100 Opened
2/22/2023 UBS 1/27/2023 7475174212 200 Opened
2/22/2023 UBA 1/17/2023 2369904112 300 Opened
I have created a bot/animation which generates a pdf file with rows of table, based on the condition that [Status] = Opened AND Today()-[Dated] > 1
for simplicity.
After the pdf has executed I wish to change all the [Status]=Opened values to Closed so that they don’t interfere with the generation of the next PDF later at some point of time.
this returns a list of [BIC ID] which are correct.
Shouldn’t then the reference action “Set the status to closed” then change the Status field of the corresponding rows ( calculated list of BIC ID keys ) from open to closed? Somehow the Status field is still not getting updated to Opened to Closed.
Please suggest what may be going wrong and where? Appreciate any help. Thanks.
Review the automation monitor. Is the “Trigger the Status Change Action” step occurring? Does it indeed yield the intended list of rows? Is it somehow revising the status as intended, but then the status is changed again for some separate reason?
Hi, Thanks for the help. It worked. Yes the list was being generated and I really did not change anything. It seems like it was a caching issue. I think after a couple of tries and refreshes, it worked.