I was wondering if there is a way to download a repeating groups data as a Excel/CSV or if there is a plugin that i can use to download the data.
I need a way so the admins can download attendance records and feedback data directly from the app and not to have them downloaded only from the editor.
There’s a plugin called “Download as CSV” that works well for this. It lets you export a repeating group’s data directly to a CSV file that opens in Excel.
A few options worth checking on the plugin marketplace:
CSV Creator by Zeroqode
Download as CSV (search “CSV” in the plugin marketplace — a few solid options come up)
The basic setup is: install the plugin, point it at your repeating group, and trigger the download via a button workflow. Admins can then open the CSV in Excel.
One thing to confirm before installing — does your repeating group pull data directly from the database, or is it filtered/sorted on the front end? Some CSV plugins only export what’s visible in the RG, so if you’re paginating you may need to adjust the row count first.
The repeating group is filtered based on event, zone or ticket. so I have an event tab and when you click the event. it basically filters the event in multiple ways and displays multiple things.
Like List of registered users for the event, number of check-in/check-outs, number of feedbacks and so on…