No content to show
User Activity
The team is still working through the sign ups and hope to have them actioned as soon as possible
Here is a snippet in Liquid to get the value of the "some_key" additional details field into a variable called filtered_attribute
{%- assign filtered_attribute = order.customAttributes | where: "key", "some_key" | first -%}
{{filtered_attribute}}
A...
Kalen is correct, the Additional Details fields on an Order are accessible through the `order.customAttributes` object in Flow.
Keep in mind, this will give you a list of all the fields with keys and values. You may need to check the key to make su...
I believe it will include any edit you make on the Customer page in the Admin, as well as some actions like adding address, etc.
Hi @ab_02,
Try connecting the Do this for each item port on the For each action to your Submit fulfillment request action. The For each action is set up to loop through the Fulfillment Orders, which is what is needed by the Submit fulfillment reque...
Hi @PureTime,
I'm not aware of any part of the Shopify Admin API that can add SKUs to line items. They are part of the product/variant data model. When it is used on a line item, it is being referenced from the Variant that is on the line item.
Y...
Hi @wildpour,
We're still working on adding metaobject support to Flow, but it is very much on our radar and roadmap. Stay tuned for more on that in the future.
Hi @ml44,
Flow doesn't have a customer updated trigger available yet because the event that is provided doesn't provide context on what actually changed. So in that case, there would not be a native way to distinguish a metafield change event from ...
06-26-2024
Here is the updated link. Thanks for calling that out!
https://shopify.com/admin/apps/flow/editor/templates/77bac685-ead1-47fa-a597-352cb14cacdb
You need to change the someVariable to the actual variables from the workflow. I was just providing the syntax, That's how it works for all Get data actions. More info can be found in the Shopify API Search Syntax docs, which should be linked from th...
06-24-2024
HI @Dubi,
That error suggests that there is a section in the email your configured that does not work with the CHECKOUT type. It would be worthwhile to look at the email you configured and make sure each of the sections in it are compatible with ab...
Hi @jwwcards,
Flow doesn't yet support generic Customer updated triggers and I'm not seeing the information about a credit balance change in any of the customer webhooks.
Would looking at an order's payment details handle the case where it's bein...
Hi @COEFFORT,
Flow doesn't yet offer a trigger for a generic Variant Changed event, but assuming one is available from a Partner app's connector or you can use something like the Product Variant Added trigger, the actions to make those changes are ...
Hi @EunorauEbikes,
The search syntax is:
id:{{someVariable.legacyResourceId}}
So that is how you should construct the query.
It would be worthwhile to add a Log Output step in the same branch as the Get Order Data action and set it as the s...
06-22-2024
Hi @EES1,
Have you looked into implementing this using the Run Code action? You'll have more control with JavaScript over Liquid when working with arrays and string parsing. You can use the output from the code action in the metafield action.
Hop...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
333 | 06-27-2024 11:02 AM | |
501 | 06-25-2024 07:58 AM | |
555 | 06-22-2024 10:17 AM | |
878 | 05-28-2024 09:48 AM | |
804 | 05-17-2024 12:15 AM |