Repeating Group to display most recent athletes drafted via things from a list

What I am trying to display is a repeating group that displays specific data. The specific data is sitting in a database called ‘teams’

‘teams’ is a database that stores a large spreadsheet of fantasy sports teams on our platform. Each row consists of a team name, team owner/operator (user), the league id (fantasy league they belong in), and a list of athletes that accompanying team owns (stored as text)

In my repeating group, my goal is to list out each new list entry as they get chosen in our draft tool (dont think about the draft tool too much).

RG is parent group
Each row in the RG should show as follows:
Most recent list entry added for that league (I sort the data source via teams belonging to a league id
The team logo of the team that drafted this most recent list entry.

I am running into general logic difficulties. I cant think how to setup the RG data source and the containers that store the text element and the image element (two groups within 1 RG row).

Screenshots provided below



Hello @SaucinLove

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