Hi All,
I am developing a production tracker, which captures the status of production when the user clicks a button. What i am looking for is to capture start time of a status (Unavailable) in start_time column and when the user changes the status to busy after clicking the button, it should capture the end time of the status in end_time column, but it should be for the same record. Once done, the start_time of the new status should get captured as new line item.
I am using teams dataverse as database. Image for reference as to how i would like the output.
If the status is unavailable, then it will capture the start time, but when user changes the status using a click of button, it should capture the end time of 1st status and create a new entry in next line with start time captured for the new status and this continues.
