Services Plugins FAQs

Plugin for Exporting CSV from Repeating Group Issue

Hi,

I subscribed to this plugin : Repeating Group to CSV Download Plugin | Bubble

I am able to export data, however only the partial data that got loaded get exported. For example, say the repeating group has to load 600 records, but only 50 records loaded because of lazyload, only those 50 records get exported.

Is there an option to trigger export for all the records ?

Hello, @svrmohan123. Thank you for your post and patience :pray:

Let us please check this moment with the plugin developer. I will get back to you soon.

Thanks!

@svrmohan123, thank you for your patience :slightly_smiling_face:

For the plugin to convert your whole database table data, it should be rendered on the page. It means, if your RG has pagination (you need to trigger the “show next/previous RG page” action to see the RG content - you won’t be able to download the whole RG data as a CSV file.

But if you have a scrollable RG, you will have to scroll it to its end so the whole database content is shown on the page. Unfortunately, the plugin library we use is not allowing to trigger the conversion to CSV on the backend/or when the data was not rendered on the page preview.

Example:

Hope it helps :pray: