Change Dynamic Dropdown Value

Hello!

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?

Thank you!

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.

Hi! I don’t really understand what you’re trying to accomplish - could you give me an example use case?

  1. Make a group with the type = type of the drop down (do not put a data source on the group)
  2. Put drop-down in group + set the ‘initial value’= parents group value
  3. 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
  4. 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

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.