Hello,
I wanted to call an REST API that I have setup in my REST DATA SOURCE in APEX application shared components and the output I have stored in dynamic LOV.
I am facing issues passing the input parameter to the API. It is not getting the value from my page item dynamically. Even I have tried passing static value also but not working.



It is only working if I pass input value in the API default parameter section for that value and return value in LOV.
Can Someone please help how I can pass dynamic values to my api