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.