Hi Paul & Flow team!
I’m saving a JSON-type metafield on orders, with a metafield definition that includes a JSON schema. However, when I try to reference this metafield as a variable in Flow, it’s treated as a string rather than a JSON object. I’ve attached a video showing the issue.
For example, in order notifications templates, I can access individual JSON properties like this:
{{ metafields.atlas_pickup_points.point.code }}
I’d love to be able to do the same in Flow - reference specific properties of a JSON metafield, rather than having to work with the entire value as a raw string. Is this something Flow supports or could support?
Thanks!