Issue with calling REST API with specific URL paramaters and syntax
Summary:
Content (required):
Hi There,
I am facing an issue with forming the parameters of a URL that needs to be executed. This is what I am trying to do
In an action chain on button pressed.
1. Take a form field value on the page as an input parameter to a js function
2. append that value to my Rest URL shown below
3. Call my Rest API defined in service connections (will return multiple values)
4. assign the values to a variable/SDP/ADP.
My URL is of the syntax
https://mypage.com/somedir/customVals?finder=ValueMap%3BBind_Id%3D3000140%2CBind_ChildId%3DOPTION1
0