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!

On button click set the value based on REST API response programmatically

Below are the steps we are trying to achieve.

  1. Click on form button
  2. onClick() → call REST end point(which is dynamically changing) and get the response
  3. Set the response value to some text field.

To summarize, we want to click on button and set the value (generated from REST) to text field

Comments
Post Details
Added on Feb 1 2024
6 comments
571 views