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
I created a flow to email me a link to search for a customer's name whenever an Abandoned Checkout occurs, but the link breaks. How do I have Flow convert spaces in their name to %20?
The screenshot below is an example of what happens.
Solved! Go to the solution
This is an accepted solution.
| replace for when it must be %20 etc or one offs, otherwise use url_encode keeping in mind it turns spaces to + signs
https://shopify.github.io/liquid/filters/url_encode/
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
You should be able to use the replace liquid filter for that:
https://help.shopify.com/en/manual/shopify-flow/reference/variables#filters
This is an accepted solution.
| replace for when it must be %20 etc or one offs, otherwise use url_encode keeping in mind it turns spaces to + signs
https://shopify.github.io/liquid/filters/url_encode/
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org