
Announcements
I am trying to figure out how to eliminate the '12' from the output to the SharePoint List 'TestWaitTime' column.
The content should read 00:10:39, similar to what is shown in the SharePoint 'WaitTime', but without the date.
Update item action from Flow -
TestWaitTime Expression -
Output of 'Update item'
View in SharePoint List
DateTime Single-line Text
Hi @Phineas
Please try the formula below:
formatDateTime(items('Apply_to_each')?['WaitTime'],'00:mm:ss')
Best regards,
Sylvia