Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
For the stop automation block how do you get the block to parse the value of the current RunID? The automation ID is static as I would just use this automations' ID
Essentially I want the current automation to end when a condition is met but I'm having trouble getting this value.
Thanks
Hi @rx98u5pq,
If you need to stop the current Run you should use the Stop block under Basic blocks.
If you need the current RunID for some reason, you can use automationid and runid formulas. Following the formulas*:
{ automationid }
{ runid }
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
thank you Mark. I had looked at that too but wanted to add some information as to why the reload stopped (e.g. app id reloads 1,2,3 have failed) and thought the stop automation may have been a little bit better.