I am using Oracle Apex 24. I am trying to call a REST API in JavaScript when a button is clicked. The REST API was called, and the resulting JSON items populated successfully.
However, this is not the approach I want to use.
I have created a process in the Processing Execution Point whose type is INVOKE API, but I am unable to call the process created on the processing Execution Point (not PL/SQL ) when the button is clicked.
Firstly, I tried to create a Process at the Process Tab as shown in the figure below:

Secondly, the figure below shows the condition of the process:

Finally, the dynamic action has a TRUE condition on which the process will be called:

But still it is not firing, any help?