Forums

Saving Repeater data to table

cmwincom 13 Apr, 2024
I have a repeater in my form with three text fields (membername, memberemail, and memberphone). I need to save each repeated group as it's own row/record in the table. What I have at the moment is only saving the last entry to the table. What changes do I need to make to get each member's data saved as a new row/record in the table? I have a loop action and a save action setup as shown in the attached image.
Repeater01.png

Action setup

Eddi Bournell 15 Apr, 2024
I did it this way. You can download my complete example: https://hidrive.ionos.com/share/z97g9bhp1l 
cmwincom 16 Apr, 2024
Thank you for the reply. I was able to successfully download and restore your example. I follow what you're doing. It's not quite what I'm looking for. I'll explain in more detail what I'm trying to do.

I'm collecting team member information. There are two types of teams "Sync" and "Demo". Sync teams will have between 2 and 6 members and the demo team will have between 4 and 20 members.

Ideally I would like each team member's data, along with the team name and type to be a record/row in the teammember table. Now if that isn't possible, can the read_repeater_demo present the table list so each team member is on their own row rather than having an 18+ column table for sync teams and 60+ column table for demo teams? I need to then allow my end user to be able to download the table list to a CSV file.

I've included a sample of how I need the data to appear in the table list and the CSV export.
repeater02.png
You need to login to be able to post a reply.