@HectorMH Jimenez Thanks for reaching out. As per the output below I can see that the output field is not a valid JSON as you can see.
Account: value
Environment: value
...
Further looking into your second screenshot that you have shared I can see the output is text value and looks like it has the valid JSON section (yellow highlighted text) inside the array value.
The starting text (red highlighted text) is not a valid JSON and when you use Parse JSON action then it fails as expected as your output is not valid JSON object.
To make your output as the valid JSON object either you need to update the job and it should only return the valid JSON text (yellow highlighted text).
In case if you are not able to return the valid JSON object from your job then you can either leverage the split function to split your text and get the yellow highlighted text and then pass the right JSON object to your Parse JSON action. Alternatively, you can leverage the inline function and write the regular expression to get the right JSON value content.
Feel free to get back to me if you have any queries or concerns.


