PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

REST CONNECTOR - AddAccessJSON - Use Endpoint Binding variable

adriencosson
Valued Contributor
Valued Contributor

We need to use one Endpoint's customproperty into a REST connector 's AddAccessJSON as the same connector would be used for multiple target systems.

When I try the below, it is not recognized during provisioning : 

  • ${endpoint.customproperty2}
  • ${task.endpoint.customproperty2}

Do you know if any binding variable is available in Add / Remove Access JSON for endpoint?

Regards,
Adrien COSSON
3 REPLIES 3

NM
Honored Contributor
Honored Contributor

Hi @adriencosson ,try

endpoints.customproperty2

rushikeshvartak
All-Star
All-Star
${endpointsObj?.customproperty2}
https://docs.saviyntcloud.com/bundle/EIC-Connectors/page/Content/Binding-Variables-for-Provisioning-... 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

adriencosson
Valued Contributor
Valued Contributor

Hi @rushikeshvartak,

Thanks a lot for the update, I have tested with ${endpoints.customproperty2} and it is also working.

Saving your link as favorites for the future !

Regards,
Adrien COSSON