So Im working on a Table which I created. It displays the users' vacation hours (custom fields I put in the resource groups). I've made a repeater to show all the resource users I have and give the ability to add value to increase each user's vacation hours. (See pic below)
The No., Name, and Vacation balance are pulled from the resource record, and Add/Subtract Vacation Balance is a new field.
When I enter the values for each user and submit, the final value I entered gets updated for each of the users
I'd like it to separate each line and update all of the values on submit, but I'm having difficulty progressing. Any help would be great.
Do I need to create a temporary table or something to make this work?