Finally headed in the right direction.
I've gotten the 'InTime' and 'OutTime' to move through Power Automate and populate the new SharePoint list with the correct data.
Now, I need the difference between the two to be displayed in the 'WaitTime' column of the SharePoint list.
I have a formula in the Excel 'WaitTime' column that is calculating the difference in Excel.

I'm now wondering if the Excel formula is adversely impacting the accuracy of any expression I write on the Power Automate
side.
What is the best practice for calculating and displaying the 'WaitTime' between 'InTime' and 'OutTime' in the Power Automate
flow and into SharePoint?

The 'Create item' 'WaitTime' formula is -
dateDifference('1899-12-30',items('Apply_to_each')?['WaitTime'])
