See the attached screenshot. All calls to JSON.stringify() should look like this: JSON.stringify(json, null, 2) for consistency. Not doing this can result in incredibly long JSON strings in the reverse translation output.
NOTE This applies to most tasks, but shouldn't be done for tasks where indentation is important (e.g. a python execute task)

See the attached screenshot. All calls to
JSON.stringify()should look like this:JSON.stringify(json, null, 2)for consistency. Not doing this can result in incredibly long JSON strings in the reverse translation output.