On a low-code app I would like to use a dropdown-feed selection to select between 3 elements.
I would however also like to include the app on a Visio that will be applied on these elements and then I'd like to have this selection happen automatically. I believe that through the url, but don't know how to update existing drop-down feed selections.
Is this possible?
The selected element feed (through dropdown or url) would then be used as a dummy to execute automation scripts on button clicks
Hi Jeroen,
It is possible to specify a value for the dropdown component using the URL (see docs). In the attached example, I have a dropdown with all my elements & I use the URL to select a value in the dropdown. This value can then be fed to other components.
The URL parameters I used are:
- ?data={"components": [{"cid":1, "select":{"elements": ["843/28"]}}]}
- ?data={"components": [{"cid":1, "select":{"elements": ["843/29"]}}]}