No content to show
User Activity
We are running a modified version of the "Send Email Summary With All Unfulfilled Orders Older Than 2 Days" template on all our shops. I had originally used this for my order query (thanks to DaveMcV for the help) - created_at:<='{{ scheduledAt }}' ...
10-24-2023
That worked, thanks.
10-23-2023
No, that gave the same result.
10-23-2023
That fixed my selection issue. Now, I just need to know how to format the email it sends so that the order amount is formatted as currency. Here is what my code for the email body looks like - The unfulfilled orders (order number - amount):{% for o...
10-20-2023
What "tool" are you referring to? Google Sheets for Shopify Flow?
10-20-2023
In the second step of the template (which I have changed from 2 days to 3), I want to only return orders that are unfulfilled, paid, not a test, not closed, not archived and not cancelled (i.e. truly active orders). Currently, I have only been able ...
10-20-2023
Has there been any improvement on this issue? Any documentation about how to do the export to CSV?