Hi there!
I've created an user input control to select between different names which will grant me different IDs.
The main problem comes here: may I use a variable created in a klip with values which are being changed from time to time in the dashboard?
Here's an image of what I'm trying to get:
Get an ID number and save it in the "varID" variable and then call a RESTful service using {props.varID} in the URL.