I’ve got most of it working, but I’m still facing an issue with date duplication. I’m using three dates: a Start Date, an End Date, and a reference Date. This allows me to calculate the sum of hours by subtracting the total End Time from the Start Time. The reference date is used in my repeating group so I can make changes and automatically save the data.
The biggest issue now is that dates are being duplicated. I’ve cleared all the conditionals, but because the table I’m using isn’t specifically for Start or End dates, but rather the reference, When I try to remove first date it literally just remove the first item on the list. I want it to remove the specific date.
Essentially I just can’t get the wf logic to work to delete the duplicated < date and replace it with a new date.
Duplicate example at the bottom.