cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Hi Automation Pros, My Condition result is false still its executing the next steps, any suggestions on how to fix it?

harendra
Deputy Chef I
Deputy Chef I



7 REPLIES 7

harendra
Deputy Chef I
Deputy Chef I

Yes there is repeat action there


ab
Deputy Chef I
Deputy Chef I

It's a bit misleading with repeated actions as it shows all the steps processed during all loop passes. You can use some variable to track if this condition worked and then output it using Logger. But I'm 99% sure all works correctly ๐Ÿ™‚

phil-mau
Workato employee
Workato employee

You are correct that it is misleading when there is a repeat loop. Today, the job history will show the last successful run of the actions within a loop.


As Alexey suggested, you can put an if statement within block 10 that catches the condition you're looking for and output whatever you desire in a logger action.