Hey Paul
Is it possible to escape the comma? I want to insert a formulae into a field from Shopify flow but I need commas in that formulae. I have tried wrapping the whole string in double and single quotes but neither seems to work. This is what I am trying to insert:
=IF(("{{order.createdAt | date: "%Y-%m-%d %H:%M:%S"}}"-"{{order.customer.emailMarketingConsent.consentUpdatedAt | date: "%Y-%m-%d %H:%M:%S"}}")
Cheers
Luke