I want to display the time card’s start and end dates alongside the corresponding row, based on whether the current user has already submitted a time card.

I’m aiming to create something similar to this: Time Card Calculator | TimeSheet Calculator | Hours Calculator. I’m showing the first value, but I have three key dates: a Reference Date, Start Date, and End Date. The Reference Date is shown in the table. I’m using logic to match the Start Date to the current row’s Reference Date.

When I check the debugger, it shows all the dates correctly, just looks like it ignoring grabbing the first date the corresponds to reference date.