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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do we pass multiple values using Rest Data Source ?

Hello Community,

I am having a payload like below:

[

{

"TEST1": "NEW",

"TEST2": null,

"TEST3": null,

"TEST4": null,

}

]

So, what I want to achieve is, if I send multiple values for “TEST2” Parameter from the screen (UI), how will the REST data source accept multiple values for the parameter and how will it process I need a solution for that.

@steve-muench-oracle please let me know if you have any solution for this, and also from the community if anyone can help that would be great.

Comments

Processing

Post Details

Added 4 days ago
7 comments
60 views