Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have created a button in an app which triggers an automation to refresh an app. (The automation runs fine, it is very simple and focusses on a single small ap). The refresh of the app takes about 4 minutes.
However, it failed once and now seems to be "stuck" on the following message every time I try to trigger the automation:
"A pending reload request already exists for this app"
I logged in this morning and tried to refresh the app again and got this error. there is no refresh occurring...so how do I kill any pending reload requests or is this a bug?
Interesting! so:
A:
- adding wait for reload
- removing the loop block
- keeping condition and exit block
resulted in automation running for 1.5 minutes and then giving an error (with no explanation in the logs!)
B:
- adding wait for reload
- removing the loop block
- removing condition and exit block
automation ran successfully and finished after about 4/5 minutes.
So I am going to go with option B - not entirely sure why the condition and exit block results in a failure but the most simple automation works!