How can I copy debug inputs/outputs without escaped double-quotes in Decisions?

Hello,

When debugging in Decisions, copying all inputs or outputs escapes double-quotes in the text. Is there a way to copy the data as-is, without the extra escaping?

Comments

  • Hello,

    Currently, there isn’t a built-in option to change how double-quotes are handled when copying debug data—they are always escaped by default. As a workaround, you can use a JSON Serialize step in your workflow to serialize the data, then map the result to a form. This way, you can copy the text as needed without additional escaping.

    Hope this helps!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion