Flow Designer REST step JSON parsing error due to newline (\n) in script output
Hi All,I'm facing an issue in Flow Designer when passing a value from a Script step into a REST step.I am building a string using incident task fields like below:var summary = fd_data.subflow_inputs.incident_task.description + "\n" +fd_data.subflow_i...