Afternoon. Just updated switch to 25.11 from V22. I have multiple flows that make use of Execute command to invoke Sed to make text changes to incoming XML or Json files. After the update I have a sed command that no longer works. I was using it to find a string and append the string by adding a new line after. Now it doesnt work and the debug log shows the error:
stderr: sed.exe: -e expression #1, char 1: unknown command: `"
Has something changed in the way execute comand works between versions and if so can someone advise on what I need to do to work within that change?