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.