I am doing an automation that changes the follow up day to the next business day if it is not equal to the current day and the next business day. It is working fine with all scenarios except the one where the follow up date is the same as the follow up date, it still changes it to the next business day
Hi @Anele
The smart value {{now}} is a date / time value, and I suspect your "Follow up date" field is only a date field.
Perhaps use a format for the dates to ensure they compare accurately for those text comparisons. For example:
{{Follow_up_date.jiraDate}} does not equal {{now.jiraDate}}
Kind regards,
Bill
What did not work as expected? Please provide examples of the exact scenarios you tried for context.
Also, please post an image of your complete, updated rule and the audit log details showing the rule execution.
Until we see those...
It is possible this is the difference in time zones. I believe values such as {{now}} default to UTC. Perhaps convert the time zone for now before comparisons:
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.