So I have a data type called ‘activities’ and the data type ‘users’. All the activities would need to load dynamically as columns, and all the users would need to load dynamically as rows. The empty cells will allow me to input a grade for each user for each activity. This is replicating Google classrooms and I cannot think of the best way to achieve it.
I thought I had it nesting a repeating group inside of the new table element because it allowed me to call in the current row data or current column data… However, when you try to call data from a column inside of another repeating group… It doesn’t actually pull in the info.
The trick was creating a Vertical RG - then putting a Normal Group inside that - then putting a Horizontal RG inside that.
This allows you to do a search using info from both the vertical and horizontal data.
I just had to put this in my own words… But thank you for guiding me to this.