How to display list values from a data field?

Hello,
Hope somebody could help me with that as I’m a newbie on Bubble.

I’ve created a form with the MULTI-DROPDOWN element and save the values selected onto my database. That worked fine as you can see in the image below:

image

Now, I’m trying to retrieve those values in the listaItens field to display as individual texts but cannot find a solution. I’ve created a RepeatingGroup but cannot separate the values:

repeatinggroup

It only repeats the entire list but NOT the individuals values. Here is the element configuration:

repeatinggroup-config
text-element-config

I appreciate any help!
Thanks!
Luiz

Set the textbox to current cell’s text

1 Like

As dead poet says

Instead of current users items set the text box to current cells text.

Your almost there, you got most of it right

1 Like

Thank you @deadpoetnsp
Sooo simple and I spent so much time on it!!! :man_facepalming:

But, to be honest, I cannot understand why I have to use that though… Inspecting the original repeating group, it showed the full list as content in the cell. I never would have guessed…

1 Like

Thanks @chad
It worked just fine!

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