Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Is this query correct?
last_abandoned_order_date:<='{{ scheduledAt }}' AND last_abandoned_order_date:>'{{ scheduledAt | date_minus: "1 week" }}' AND
order_date:<'{{ scheduledAt | date_minus: "1 week" }}' AND
storefront.collection_viewed(id: 378433732829) = true
Solved! Go to the solution
This is an accepted solution.
Edit: sorry I think you are querying Customers. Link https://shopify.dev/docs/api/admin-graphql/2023-07/objects/Customer
You cannot do something like
storefront.collection_viewe(id: 123) = true
This is an accepted solution.
Edit: sorry I think you are querying Customers. Link https://shopify.dev/docs/api/admin-graphql/2023-07/objects/Customer
You cannot do something like
storefront.collection_viewe(id: 123) = true