Retriving and correcting data sent with form

I am creating an app in which I enter the daily sales and expenses data. It may happen that after days it is necessary to make corrections, is there away to recover the data of that day and overwrite the wrong ones without duplicating the rows?

Thanks for your help.

Sure! You can enable editing on that row. Create a tab/screen with all the form submissions and you should be able to toggle the ability to edit the entries (and set conditions so that only certain users can edit).

Thanks, I’m going to try. I’e been away from Glide for months and now there are a lot of new features and 'm a bit confused.