I am setting up a cloning automation with the following execution logic:
Do not run on Saturdays and Sundays
Execute a specific flow from Monday to Thursday
Execute a different logic on Fridays
However, the automation did not run today, which is Friday.
I would appreciate your support in reviewing the logic to identify any potential issues. Please find the current configuration below for validation.
I'm not familiar with the syntax you are attempting; however, the following will meet your requirements and arguably is easier for a human unfamiliar with the content to read.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Lara Sousa
If you don't want the rule to run at all on Saturday and Sunday you can change the Scheduled trigger Occurrence configuration to run "weekly" and pick every day of the week except Saturday and Sunday. Then you don't need the first Condition in your rule at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lara Sousa, @Trudy Claspill's alternative presented here to my first IF statement is better than the first half of my proposal. While both will work, this will eliminate the need for the entire first IF statement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.