I am trying to create a flow that looks for a tag (date format) and checked to see if it has surpassed. If so, then add another tag to make it as OVERDUE.
I think I can work out how to look for it but no idea how I get it to keep checking if the date has surpassed without a trigger like order create or edit/update. Any ideas?
You’d want to do a scheduled trigger - let’s say hourly - that does Get Order Data for orders updated within the last hour. That would let you process newly updated orders and you could check for the tags.
Can I ask how do did the check of the tag? We are looking to do something similar, but not sure what format to put the tag in in comparison to the current date?