Adding multiple data types to pop-up

Hi everyone,

I’m pretty new to Bubble but eager to learn! I’ve come to a place where I’m a little confused and would highly appreciate your help.

I’m trying to add two datatypes to a pop-up from a repeating group and I’ve followed this formula: How to send data from Repeating Group to Popup in Bubble.io

When adding the second data type, after adding a hidden group for holding the information of the second data type, I’m struggling with the workflow. Please see the screen shot:

I’m not sure what I should do here. I want to display the correct name of the cell from the repeating group. How should I use the “Do a search for”? When using “first item”, it shows the same company name in the pop-up for all the cells.

Hope someone can help me with this! Thanks :slight_smile:

If your repeating group has the company value, you do not need to do a search and can instead have the data to display be current cell’s company.

if you really have to send 2 datas to a Popup, you could create 2 “states”, then run a “set a state” with these values when you are opening the popup…
Then inside the popup, you can get the data through the states set before.

Thanks. My repeating group does not have the company value, and therefore I’m not able to display it in the pop-up.

How is the company data type related in your database to the data type that is displayed in the repeating group? Or what type of value is stored on the data type that is in the repeating group that can be used to search for the company data type entry?

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