Hi,
In my dashboard I need to run a script that requires the user to select a view. For this I have a dropdown with the views present in the system.
The issue is that I am not able to add the feed with the selected value to the the button that runs the script and use it as a parameter for it.
Is there a way to connect these values?
Also, from what I am seeing there is no option to set the script parameters other than hardcode them in the settings menu. Is this true or is there a way to make them dinamic?
Thank you,
Hugo
Hi Hugo,
You cannot link a feed to a script parameter using the button in Dashboards. This is however possible in Low Code Apps using the button component. In my example I linked the ID of the selected view in the dropdown to the parameter of my script. The action config can be found in the component settings, just as in Dashboards.
Hi Wout, thanks for the answer. I will try with a low code app.