I’m struggling with dropdown default value in Bubble, I’m still learning but right now I’m stuck.
I am using single page with hide/unhide groups.
I have a repeating group in the dashboard with a list of Company’s name. I want the user to be able to choose the Company by clicking the Company’s name in the repeating group then the workflow will change the state to “Company details” group.
In the Company’s detail group, I have a dropdown for the same list of Company name. I want to set the default value of the dropdown based on the user’s selection in previous state.
Hi there, @kelvincy001… there are a number of ways you can do what you have described, and one that immediately comes to mind is to use a custom state. In the workflow associated with clicking a company’s name, set a custom state to the selected company, and then set the default value of the dropdown to the custom state’s value. Want to give that a shot and see if it produces the desired result?
I have created a custom and try to set but the default value of the dropdown I don’t know how to set to custom state’s value? It prompted an error on the field…