Set connection link name from variable in invokeurl
Hi, guys.
How to set in parameter "connection" a variable, instead of a string.
- connectionLinkName = manager.get('connectionLinkName').toString();
- response = invokeurl [
- url :"https://www.googleapis.com/calendar/v3/freeBusy"
- type :POST
- parameters:requestParams.toString()
- connection:connectionLinkName
- ];
Returns an error
Thank you in advance