Hello,
I'm using a simple approvals flow and an excel table with some data that need to flow to approval details.
So for example approval request looks like that:
Requestor: *Data from Excel column 1*
Number of days: *Data from Excel column 2*
Labor cost: *Data from Excel column 3, calculated via formula*
When I test the flow, I get requestor and number of days without any problem
However there's nothing coming from a cell from column 3, where formula is.
When I look in excel, I see all the numbers properly, but for some reason the calculated result is not picked up by my flow
What can be a problem?
I cannot re-do the calculations in Flow, formula is quite complex with multiple Vlookups, can this maybe cause the problem?