Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi all!
I need to create a workflow, that adds order tags on a specific day from 12am to 12pm.
I started with this workflow:
But how can i schedule this workflow to run only in a specific time window? I tried with the Schedule at trigger but that leads to other issues like order data retrieval etc:
Anybody know of a way how to schedule workflows?
Also @Shopify... why is this feature not a standard option in the flow app?
Thanks to you all and best regards!
Is there a reason you want to only add tags at specific times? If so, you'll need a Schedule time trigger and then a Get order data action, which you can probably configure with a query that returns orders that have one of your relevant tags and don't yet have the "loyalty_club_member" tag, so you can batch through the orders. You'll also need a For each loop to Add order tags to each of the orders returned by the action.
Thanks so much for the help. I will try it out today!
The reason for adding tags at specific times is, that we can then configure our ERP System to add a gift to the orders with that tag. This is to support special promotions during certain holidays etc.
This is what I came up with:
I realized, however, that this flow would still not just return me the orders from that specified timeframe. Which is a problem, because I want just those orders of that specific day to be tagged. Would you have a solution for this?
Also I am new tho queries so i am not sure if the following query would work:
Again, thanks for your help!!
The documentation for the query search syntax provides examples of using date filters in the order query. For example, if you set the "Scheduled time" trigger to launch at 12pm, then a filter in the query on the "Get order data" of {{ "now" | date_minus: "12 hours" }}
would return all orders that match the criteria from 12am to 12pm.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024