Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I have an issue where I want to add the title of a product to google sheet. However, some product names have commas in the title, which are separated in different rows in the spreadsheet.
Row content section looks like this now:
{{product.distributor.value}},{{productVariant.product.title}},{{productVariant.title}},{{productVariant.sku}},{{productVariant.barcode}},{{productVariant.inventoryQuantity}},{{product.minimumLagerbeholding.value}},{{product.onlineStoreUrl}},
It works nicely when products doesn't have commas in the name, but when it does, the whole spreadsheet gets messed up.
How can I sort this? Thank you!
Encase the names in double quotes to keep it from breaking your csv.
I couldn't get it to work with double quotes, but I found another thread here and the solution was this:
{{productVariant.product.title | replace: ',', '\,' }}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025