quando preencho o cadastro da tela de cadastro e clico em salvar, quando vou verificar os dados na tabela notei que esta duplicando as informações do row 1, alguem poderia me ajudar

quando preencho o cadastro da tela de cadastro e clico em salvar, quando vou verificar os dados na tabela notei que esta duplicando as informações do row 1, alguem poderia me ajudar
Looks like you have a form, which already adds a row, and an On Submit action to add a row. It’s duplicating because forms add rows and you added the Add Row action. Get rid of the On Submit action for starters because it’s redundant. Also, a Form is probably not the right path if you are trying to edit an existing row. If you are just trying to edit a row, then you should be opening an edit screen instead of a form screen or form container.
Obrigado parou mesmo de salvar 2 x mas agora que zerei a tabela ele não esta salvando as informações
What is it supposed to be saving. You have no rows to edit, so you probably aren’t using an edit screen. If you are still using a form, it should be adding a new row once submitted.