No content to show
User Activity
Assuming the metaobject is present on the Product on creation, you can use the Product Created trigger.
Then, if you have a list of values in the metaobject, you'll want to loop through those with a For Each step. From there, after the "do this for...
08-13-2024
You may need to use the Order paid trigger to ensure the payment details are available on the Order before the workflow triggers.
If you just want to check if any line item has a quantity > 1, you can do that by checking the line item quantity in a condition. Here's an example:
06-18-2024
Currently you can create Flow extensions (actions, triggers, and templates) through the CLI. Depending on your use case, creating a template with a code action might be what you're looking for. We don't support deploying a code action within a workfl...
06-14-2024
You can set a product status to "Archive" by using the Update product status action.
Naturally you'd want to iterate over the line items in the draft order and use that action, but currently there's a limitation in Flow that doesn't properly handle...
06-14-2024
You can trigger a workflow in Flow on Draft Order created.
Since there is no Flow action to delete a Draft Order, you can use the Admin Graphql API via the Send HTTP Request action to delete the draft order. There is no API to archive a draft order...
The steps that follow the "do this for each item" port will be executed for every item in the list being looped over in the "For Each" step.Steps that follow the "then" port will be executed after the steps for every item have been processed.The equi...
Something like below should get you all the orders that only have a specific product unfulfilled.
The problem is that there is no action to mark an order fulfilled. You can mark Fulfillment Orders as fulfilled. Do you have existing unfulfilled Ful...
05-15-2024
Hi @Abee1 ,
You could create a workflow that triggers when a customer tag is removed, check if the removed tags included "Whole School Member", look up the customer segment membership, and then add a tag. Note that the "Look up customer in segment"...
You can find settings related to order notifications to customers under Settings -> Notifications -> Customer Notifications.
When you add an action to Flow, you can search all the tasks available to you. If you type in "order" you'll get actions that are related to orders.You can also check out the Flow reference page for actions.
The only email related actions are:
- "Send Internal Email" which will send an email to a fixed set of email addresses, but not customers.
- "Send order invoice" and "Send draft order invoice" if you're looking to send an invoice to an email address....
You can use a Wait step directly after the trigger which waits for a specified amount of time before executing the rest of the workflow. The state of the order will also be refreshed after the wait step so you'll have the latest notes/metafields.
The problem is that you're trying to update the customer's phone field, but you're using Update customer metafield which updates the customer metafields, not the customer fields. You can read more about metafields here.
Flow doesn't have an action ...
03-14-2024
It's hard to know without some more details. Could you post screenshots of the workflow run log, the metafield definition, and the metafield value on the product from that run?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
490 | 06-18-2024 10:06 AM | |
6155 | 01-05-2023 08:11 AM | |
2975 | 11-03-2022 07:39 PM |