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!

Passing Dynamic Value in REST Source Parameters

In a REST Data Source, How do we pass a dynamic Page_item in REST Source Parameters for filtering. I am trying to do something like this where my URL query string Name is filter and the value is : (param_c_status = 'WORK_IN_PROGRESS').
Here i want to replace WORK_IN_PROGRESS with the dynamic page item like P3_STATUS Field. Is there any way to bind this. I have tried #P3_STATUS# and &P3_STATUS. But it is not working. Screenshot attached .

filter.PNG

This post has been answered by Jerry_George-Oracle on Jun 15 2023
Jump to Answer
Comments
Post Details
Added on Jun 12 2023
5 comments
2,014 views