I am experiencing the exact same issue as the one described in this post:
Did anyone ever figure this out? Was it answered in another thread?
I am experiencing the exact same issue as the one described in this post:
Did anyone ever figure this out? Was it answered in another thread?
This post might be helpful.
In summary, actions behave differently in bots than when triggered otherwise.
@Steve
Thank you!![]()
Thank you, both. As someone with quite a few years of experience using other no-code platforms, but new to AppSheet, I’ve found this forum invaluable.
I’m surprised by support’s response in the thread that @イルカのえっちゃん has linked to, suggesting that this is a feature and not a bug. It would be great if the documentation at least acknowledged that virtual column values are not dynamic during the execution of an automated process.
FYI, I seem to have resolved this by adding a physical “loop count” column that is set by the first step in my automation bot and referenced by my looping actions. I followed the basic method laid out by MultiTech Visions in his youtube video “Looping with Actions (Do-While & For Loops in AppSheet) | BUILD VIDEO”.
After adding the physical loop count column, I updated my actions slightly so that their condition to run required the loop count to be greater than zero (rather than referencing my virtual column directly). I then updated the grouped action to subtract 1 from the loop count after executing the first action and before triggering the ‘repeater’ action.
FWIW, I almost thought this wasn’t going to work because of some odd behavior that persisted until I cleared the cache/cookies.
Attn @lizlynch
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.