Checking current attempt on background actions
Hi guys, is it possible to check if the current background action is retrying? More specifically, I want some code to run only if the action fails and there's no retries left.
3 Replies
Hello,
You could take advantage of the trigger object from within the action to see what the current attempt is? As you can see there's the finalAttempt boolean!
Great, that works. Thanks!
No problem!