
Hi everyone,
Sorry if my English is not the best in writing, but I hope you understand. If something is not clear, please reply and I will try to explain better.
I have been developing an app where the user has a gallery connected with an Excel base called 'Contratos'. In this gallery, there is an 'edit' icon that leads to another screen with a form related to the specific record selected. In that form, the user can edit and fill all the fields of the item, and then there is a button to save the edited form, which is then reflected in the Excel base.
My goal is to make it possible for the user to take the edits made to one specific record and expand those changes to any other lines, without having to go to the edit button and fill everything again for each of them. The user should just need to fill in one of the records and have a way to spread that data to other records as needed.
Not all of the data needs to be filled this way; this should just be an alternative method for editing the data in cases where the user has multiple records with the same values to fill.
My idea was to create a dropdown inside the form screen where the user can select multiple lines to spread the same data to them. The unique column in every line is 'Contrato'.
Is it possible to make this happen? Or is there another way to massively update this data in the way I need?
Thanks in advance.