How can I schedule a nightly product tag check in my flow?

Hello,
I would like to create a flow to run every night.
As a condition it needs to see if a product has a tag, but there doesn’t seem to be that option.

Do I have to use another trigger?

You can’t check if a product has a tag there because there is no product yet in the workflow.

With schedules, you need to use ‘Get product data’ to get the product(s). You can use something like “tag:foo” in the query to find products that have the tag.

1 Like