No content to show
User Activity
Hi there - you can use the `truncate` filter in liquid to achieve this:
{{ bundles_item | truncate: 40, '' }}
Hi Dave,
Two things here:
1. The date format should be date:
"%Y-%m-%dT%H:%M:%S"
2. You can use the following liquid in the "value" part of the "Update customer metafield" step:
[
{% for value_item in customer.thedates.value %}
"{{value_item}}",
...
Hi Amzia,
This happens when there are no tags on the customer. The list of customer tags is empty and so it is not true that "at least one of customer / tags" meets the conditions specified. Another approach would be to use "None of customer / tags...
Hi there - it's in the "Add row to spreadsheet" action. If you click on that, you'll see the liquid editing textbox as it is in the screenshot from your original post.
08-09-2024
Hi There,
You could potentially use the Get order data task along with the supported fields that can be used in a query. This will get you a list of orders that can be iterated over calling the cancel order action. There are details here about how to...
08-06-2024
Hi There,
Would you please provide some more information on what you'd like to achieve with Shopify Flow? Are you looking to cancel many orders, cancel orders that have high quantities of products, use a specific Admin API mutation, or something else...
Hi There,
You can certainly use "Run code" to achieve this. The JavaScript would be:
const denylist = [
'blue',
'green',
'purple',
'red',
'orange'
];
export default function main() {
return { denylist: denylist };
}
With the "Define ou...
Hi There,
Would you please provide some more details? What are the actions that you are expecting to be executed? On the workflow run page, what information is given about how the data in the workflow was evaluated/executed in your custom workflow (d...
08-06-2024
This could also be done with the new "Send Admin API request" action (docs). Below is an example of that action configured to continue selling the variant.
Hi there,
You can use liquid to escape any user data that may contain a comma. For example {{reviewTitle | replace: ',', '\,' }},{{reviewBody | replace: ',', '\,' }}. The escaped comma will not be treated as a delimiter.
Hope this helps!
Do you have a workflow run link that you could DM Paul or I with? Looking for a workflow run that returned fewer line items than you were expecting. Thank you!
Hi There,
Some things to check:
1. Below the workflow, there should be a list of workflow runs - clicking on one of these will show a details page that includes how the condition was evaluated (see an example below).
2. Are there other apps install...
Hi There,
It really depends on the type of email you're intending to send. Flow does have a schedule trigger that supports a monthly recurrence that can be set to a specific day of the month.
As for the email, Flow has a send internal email action...
Unfortunately, there are no actions to do this in Flow at this time.
Hello again! Using the metafield you mentioned (custom.matrialebeskrivelse), the metafield namespace is "custom" and the key is "matrialebeskrivelse". What is configured for "Value" and "Type" depends on the metafield (just make sure the type matches...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
583 | 10-15-2024 02:50 PM | |
425 | 08-06-2024 10:20 AM | |
920 | 08-06-2024 09:55 AM | |
2040 | 03-06-2024 10:59 AM | |
843 | 11-30-2023 11:35 AM |