Hi All,
I'm trying to run a flow that will only calculate the time elapsed based on the values in column "Workforce Type". The flow should make the column "Elapsed Time FlowTest" look like column "Elapsed Days". The column "Elapsed Days" is a calculated column that calculates the days since from the "Requested Date Test" column based on if column "Workforce Type" doesn't equal "Yes". If it equals "Yes", it blanks out the elapsed days. My flow currently calculates the elapsed days for all column cells. How do I add the condition based on the "workforce type" value?

Flow:
the expression for set variable varElapsedTime is:
div(sub(ticks(formatDateTime(utcNow())),ticks(outputs('Get_item')?['body/RequestedDate'])),864000000000)
