Hello friends,
Is it possible to leverage existing process variables in Camunda 8 connector configuration settings? For example, say I am using the REST Outbound connector and would like to reference an existing process variable as part of the URL such as:
http://localhost/api/chart-items/{{some-process-variable}}
How do I go about accomplishing this? I have tried these formats to no avail:
- http://localhost/api/chart-items/{{some-process-variable}}
- http://localhost/api/chart-items/{some-process-variable}
- http://localhost/api/chart-items/${some-process-variable}
Here is a diagram of my configuration
