Hello Team,
I'm stuck here and need aid from the community.
I have three text fields: StartTime, EndTime, and TotalTimeSpend.
I'm referring to form as form1.
When I select the status field as Production, Break, or any entry, I want the Starttime to take the current date and time, and when I submitform(form1), it should get the End date and time, as well as the total time spent in HH:MM:SS:
Starttime= DataCardValue5
Endtime = DataCardValue6
TotalTimeSpend= DataCardValue7
Data is storing in Sharepoint List name TimeTracker.

