Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in Dynamic Action: Error: parsererror - SyntaxError: Unexpected end of JSON

2970027Aug 16 2019 — edited Aug 26 2019

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

Comments
Post Details
Added on Aug 16 2019
6 comments
1,165 views