How to Update JSON Metafields in Flow After Run Code Output With Liquid Limitations?

Serialize your JSON to a string in Run code using something like JSON.stringify(your_variable). Then simply output the string in the update metafield action {{your_outputted_variable}}.

2 Likes