I am trying to use dropdown to update the logged in user. Lets say that I want the user to select gender from a dropdown. How can this be done? I have made a collection called gender, set the dropdown to show that collection. But how can I get the value from the dropdown over to the logged in user? I tried with a button->action->update user->other components->dropdown. But there is just the collection showing. How can I set the “selected value” from the dropdown to logged in user?
I think you are on the right path. You should be able to select from a collection, and then update the user.
When I use dropdown, I have a collection with one value and multiple records. If that makes sense?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.