I am trying to change a dynamic dropdown’s value when I click a text. I am not sure how to go about doing this. I tried to create a workflow of when I click the text, it will change the dropdown element using a custom state(text).I am assuming that since it is a dynamic dropdown, there is a different way of doing this. Can anyone help me with this?
Your dynamic drop down value is displaying a list of items of a data type right? Can you make the workflow create a new item in that data type of the dropdown? But that will permanently change the list for all your users unless you have some kind of filter in the displayed list of that data type.
Make a group with the type = type of the drop down (do not put a data source on the group)
Put drop-down in group + set the ‘initial value’= parents group value
The text your pressing to change the drop down - it either has to be the exact value you’re wanting to match or also in a group pulling from the same type
If so, make a Workflow *when this text is pressed" + *display data in a group" + this text type -> created group from previous step
This will immediately have the drop-down ingest that as the initial content