Help editing a record from within a repeating group

I am working on a database that includes invoices. I have been able to structure the database but now I am working on the front end. I have an edit button that displays a popup that contains the information from the invoice along with a repeating group that displays all the line items on the invoice. So far, so good.

I would like to be able to update the invoice on this page. I am trying to update the record with the updated information that the user changes on this repeating group. Is that possible? See below:



image
image

I feel like I am on the right path, but not sure how to proceed.

Carlos

You can have those items update upon input change:

When decription’s input value is changed > Make a change to current cell’s line item: description = this input’s value.

1 Like

What if I only want it to save if the user clicks on Update Invoice? I tried your suggestion and it works, but I am afraid that users may not realize that they have already changed the item unless they click on the button that says it’s been updated.

Here is the link. Hope it helps: