How to regenerate Formatted Text from JSON after using _merge()

Hi everyone,

I utilize ._merge() to generate JSON from formatted text.

Now, I’m looking for a way to reconstruct the formatted text from that JSON to use it in another document.

To provide more context, I’m passing a canvas column to another document using a webhook.

Any insights or guidance on achieving this would be greatly appreciated?

I have figured out how to do it by using this
ParseJSON('{"o":' + thisRow.[name_of_json_column] + '}')._Deref_Object("o")

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.