i am using Oracle apex24.2
i have created a RestApi and linked it to a Rest Data source. i was able to define this rest data source on my screen using a page process.
i want to call this process when a button is pressed but the options on this button is limited.there is only submit page and defined by dynamic action and a couple of others options irrelevant to my application i suppose.
Process Definition in Page it is displayed in the processing tab Process shown in Processing tab
this is the behavior of the button names APIBtn Button Behavior i have a server side condition in the process created as shown below : Process server side
but this behavior is submitting my page. i want the button to call the process created without submitting the page. can someone help please?