Hello,
We have a drop down list where the parameter storing the items in the drop down list gets refreshed every 1m.
However this dropdown is used very rarely. We want it so that when a user selects the drop down it refreshes based on either of the two:
a) the user clicks on to the specific page of the element
b) the user selects the drop down parameter at which point it will then refresh it.
Thank you in advance,
Ryan
Hi Ryan,
As far as I know it is not possible to update a drop-down parameter when clicking in the drop-down itself (or when opening a page). For this type of use cases, we normally create a 'Refresh' button (close to the drop-down parameter) that will update the drop-down list. Most of the time you will find this workaround on drop-down parameters that list files on a folder.
Hope it helps.