Hi Everyone, I am using Apex 5.1.
I have a Dynamic Action, that is calling a Process, which is making a Rest Call, that returns some JSON string. All I really need to do is to store that string to a Collection.
It all works fine, meaning I can see the json string in the clob column of the collection. It is so small I could use any varchar2 columns too.
The problem is that I get an Error: parsererror - SyntaxError: Unexpected end of JSON, at the end of the DA Execution.
Any idea on how to get rid of that?
Thanks,
Alejandro