Problem: Display list in Repeating Group by doing a Search not working

Hi! Encountering an issue I am pretty sure is very easy to solve:

I am trying to display elements in a Repeating Group based on their attributes (in this case, Job applicants going through a Job process with different status). For this, I am doing a search for the Talent Profiles whose status corresponds to a value. Talents have multiple status entries since they can be in multiple job process. These Status Entries are a data type so a the data type Talent has a List of Status entries.

The issue is that I get an error if I try to use items from# to display all search results:

And it only allows me to display only one search result:


Thank you!

Hey @ramon.rodriganez

Instead of having a constraint in the Search, try using :filtered > Advanced

You would then be able to do Talent Status User contains list Search for Talent Status Entrys

Hope that helps!
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

Hello Ambroise, I dont get the option contains list in the first search.
Screen Shot 2020-09-21 at 14.10.26

I believe there must be something wrong with my data structure as shown above, but as said: Talent Status entry is a data type that contains the field Talent Status Individual Value (text).

Talent is another data type that has the Talent Status field as a list of Talent Status entries.

So technically selecting the Talent’s Talent Status should allow you the option 'contains list Talent Status Entries".
But that is not working.

@ramon.rodriganez as said in my previous post, try using the :filtered Advanced

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

Sorry, I should have clarified that the Advanced option does not appear anywhere when I try to use it.

@ramon.rodriganez

Here you go, hope that helps:
Editor: https://bubble.io/page?type=page&name=rgs-filter&id=ambroisetestapps&tab=tabs-1

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

Hello Ambroise,

your proposal is indeed not giving an error, but also not managing to display anything back in the Repeating Group. Tried multiple workarounds and none of them worked. Must be because of the way the app is structured?

Here is a link to the editor:

Thank you!

@ramon.rodriganez please tell me what page/element/workflows to look at

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

It s on-page 5_kanban in those repeating groups formatted as columns that correspond to their respective status. B

Screen Shot 2020-09-22 at 15.19.39|488x500

Thank you!

@ramon.rodriganez I don’t see any of those workflows:

So I’m not sure which action to look at?

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

It is on the design page itself, in conditioning what is shown in the repeating groups when the page gets loaded.

Okay @ramon.rodriganez so it’s not displaying anything because currently, the logic says 'Show me the list of things whose Status (Talent Status User) contain ALL of the Talent Status Entries in the database

The problem is, Talent Status Entries is a data type, with 56 entries so it’s never going to work. What you want to display I guess, is the list of users who applied to the Current Position Page, and whose Status is either ‘Assigned’, ‘Contacted’ and so on… right?

You’re totally right - I would advise:

  1. creating an Application data type (where you would have one entry per Talent Profile per applied Position)
  2. in that data type, you could have the Status field as an Option Set, instead of having a data type ‘Talent Status Entries’. You would then update this ‘Option’ depending on the User journey for that particular Position

Hope that helps
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

Hello Ambroise,
I might be doing something wrong, but as fas as I can see:

  1. Talent Status Entry is an App data type (where one entry is created for each Talent whenever he applies to a position). So each entry is unique in assigning Talent to Position and Status within that position.
  2. The Status is a field in that data type. I chose to make it text and not option set because as Option set it was not working either.

Right okay @ramon.rodriganez

so in my opinion you need to change your search to:

Search for Talent Status Entry, constrained by Position Profile = Current Page Position Profile and Status = Assigned

Then you need to put all your elements in the first cell into a group, set that group’s type of content to Talent Profile with data source = Current cell's Talent Status Entry's Talent Profile.
You’ll then be able to reference all the elements in that group to that Talent Profile

Hope that helps, let me know if you have any questions.
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

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