Hi Automation Pros, My Condition result is false still its executing the next steps, any suggestions on how to fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-09-2022 11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-09-2022 11:58 AM
Yes there is repeat action there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-09-2022 01:07 PM
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 ๐
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-09-2022 04:00 PM
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.

