I'm working on a Power Automate flow where I need to calculate the time difference between two datetime values from a CSV file attached to an Outlook email. The CSV data includes columns for "Created time" and "Start time." I want to create a flow that extracts these datetime values and calculates the time difference between them. My date columns are Created time and Start time,
The sample value:
Created time: 9/4/2023 12:06:56 AM
Start time: 9/4/2023 12:02:46 AM
Producing an output in the format "0:04:10."
I'm seeking assistance in configuring this flow effectively. Thank you