Create items from a Repeating Group list - Criar itens a partir de lista de um Grupo Repetidor

I have a repeating group connected to a database called Finalidades and another database called RespostasFinalidades that has a field of the Finalidades type. I would like that when a button is pressed, the RespostasFinalidades database is filled with an item for each Purpose of the Finalidade database, receiving the id of that Finalidade. The button is out of the repeater group

Tenho um grupo repetidor conectado a um banco de dados chamado Finalidades e um outro banco de dados chamado RespostasFinalidades que tem um campo do tipo Finalidades, gostaria que quando um botão fosse pressionado o banco de dados RespostasFinalidades fosse preenchido com um item para cada Finalidade do banco de dados Finalidade recebendo o id dessa finalidade. O botão está fora do grupo repetidor

My assumption is that these are two different data types in your one bubble database and are not two external databases.

Best way would be to use the API connector to do a bulk create function. It is an advanced function and requires learning about the API connector and how to use the appropriate operators to structure json for sending the values through the API call.

An alternative is to use a backend workflow that can be setup to be recursive or use the schedule backend workflow on a list feature.