Hi guys. Can you please recommend how I can send variable (set at IRD strategy) to Web server with GET method.
I set variable (testVar = Orig), then put Web service function where I set Web Service URL (let’s say …sampleAPI.php) and then I need to add testVar value to URL (…sampleAPI.php?ANI=testVar)
How can I do that? Do I have to put any specual char to add testVar value?