Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All - I have the following automation (split into 3 images):
- Our app basically loops through all managed spaces, runs apps in each managed space.
- Creates a variable of reloadids and stores them in a variable if they fail.
- We have disabled wait for reloads to complete due to the issue of timeouts (and apps being in queued status etc).
- The automation should not stop when an app refreshes, it should only send a message to the MS teams group.
......The automation generally works well but we have 1 issue and I am not sure why it happens. When an app fails we get multiple messages in Teams stating that it has failed.
I was just wondering if anyone was able to deduce why from looking at the automation image?
Thanks in advance.
Hi @rx98u5pq
I'm not sure, but maybe it is because the Sent Message is outside the Loop 2. Should it not be better if all the Condition 2 is set under the Variable FailedReloads inside the loop? In this way it only should sent once when the variable is created.
Kind Regards
Daniel