Set connection link name from variable in invokeurl

Set connection link name from variable in invokeurl

Hi, guys.

How to set in parameter "connection" a variable, instead of a string.

  1. connectionLinkName = manager.get('connectionLinkName').toString();
  2. response = invokeurl [
  3.   url :"https://www.googleapis.com/calendar/v3/freeBusy"
  4.   type :POST
  5.   parameters:requestParams.toString()
  6.   connection:connectionLinkName
  7. ];
Returns an error


Thank you in advance