No content to show

User Activity

> every product needs to have data added to the specific metafield for it to be available in flow   No, that's not correct. Sorry you got that misdirection. Flow reads the metafield definitions on the shop to populate them under 'fields with argument...
Ok. That screenshot tells me that Flow asked for the tags on the product at the time of the workflow run and none were present. So I bet the product was created without tags and then (maybe immediately, maybe later, but definitely *after* the workflo...
What is the trigger you have specified in the workflow? Maybe the trigger is firing (and the workflow is running) before Printify has added the tags to the product.
Flow's API client _should_ be able to read any publicly-readable definitions on the shop. Are you able to see both definitions when querying them from the Admin GraphQL API? (e.g. with https://shopify.dev/docs/api/usage/api-exploration/admin-graphiql...
You can read about the supported query filters for orders here: https://shopify.dev/docs/api/admin-graphql/2024-07/queries/orders   The query you are using includes AND lineItems_item.product.leadTime.value:1 AND lineItems_item.variant.inventoryQuant...
There is more information about the Log Output action here: https://help.shopify.com/en/manual/shopify-flow/reference/actions/log-output  
Based on that screenshot it looks like you still have the For Each step iterating over some data _other_ than the order's fulfillments/fulfillmentOrders? (The step's description reads `For each item in getOrderData` when it should read something like...
So, you don't need to 'Get order data' (fetch a list of orders) because you _already_ have the order (from 'Order created').   Instead, remove the `Get order data step' and use the For Each to iterate over the order's fulfillments.
Here's documentation about For Each: https://help.shopify.com/en/manual/shopify-flow/reference/actions/for-each  
Hi @Johnnyw11 ,   The action Move Fulfillment Order operates on fulfillment orders (not an order itself). An order can have one to many fulfillment orders. So, you can insert a For Each step before that action and iterate over all the fulfillment ord...
Hi Zastef,   You should be able to create a condition in a workflow that checks the address of the order for whether it is in your country or not. From there, you can add action steps to the workflow to do whatever you want.
Hi Sportology,   Have you tried making a workflow to do this? It seems entirely possible by using conditions in the workflow to create branched logic and then using the data picker to select the fields to add as tags.
Hi @sussexresearch    Flow sends payment reminders with this mutation in the Shopify API which doesn't accept an ad-hoc email address. You would need to update the email address on the order prior to sending the payment reminder for it to take effect...
Hi @OHDS -   You should be able to make a condition that checks if the `inventoryQuantityPrior` is greater than the `inventoryQuantity`. That will evaluate to true whenever the quantity is decreasing.  
Hi! If you go into your shop admin, you will find many templates available under the Marketing > Marketing Automation section.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.