I am trying to use Shopify Flow to automate some of my order processes by creating a new row in Google Sheets everytime an order comes in.
Some columns I use formulas which contain " , ’ ( ) and various other symbols. My question is how can I add a comma without making it a separator? I have tried “,” which sadly does not work.
We’ll try to document this better. Part of the issue is that some characters affect things in Flow and some in Sheets. Anyway, I looked at past answers and think that actually backslash solves this. So try:
Thank you Paul, that worked a treat! The only problem I got stumped on now is that the shipping addresses would sometimes contain commas, which I don’t think I will have a solution to since they are variables, but this might be something you guys need to take note of!