Selecting an item from a list then display it on a text

Hello Bubble community! I need help on this

So I’m working on an Account Setup sequence.
User selects an Industry from the list > on the next screen/group - User then select Skills(Multiple Selection) under that Selected Industry from the first list > End process

  1. This is the list from Option set displayed via RG on a floating group

  2. When I select an item on the said list, I want to display it on another text outside the floating group
    image

  3. I want to close the floating group when something is selected

I hope I explained it very well. I’m stuck on this for a week now

  1. set up a custom state that is of the same type of data as the RG, which I believe is an option set
  2. When user clicks the item in the rg to select set the custom state to the selected value using ‘current cell’s option’
  3. Set up ability for user to unselect the option as well…this is done with 2 actions with 2 conditions…if the custom state value is this cell’s option, then when it is clicked you remove the custom state value; if the custom state value is not this cell’s option, then when it is clicked you add the custom state value
  4. when the text in rg is clicked to select run action to close the floating group
  5. In the text to display set the value using dynamic expression to the custom states selected option display

Hey thanks @boston85719. This worked smoothly! I’m wondering how can I select multiple options and display it similar to a chip with a functionality to select and unselect?

image

make the custom state a list

how do you display this list? a repeating group? not sure how to show it as text

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