Hi All,
I'm trying to build a flow which connects to a List on our sharepoint site which I have designed as a Budget Approval list.
The idea is that when a user enters a budget approval request for an item they need to buy, the flow should look at a specific column (ItemValue) and if the value is Greater Than £150.00 then it should follow the approval route, otherwise if less, should auto-approve the item and notify the requster.
I've built most of the flow, but keep getting stuck at the actual condition to trigger the Yes / No section based on the ItemValue
Not sure if worth noting as well, the ItemValue column is a calculated column based on 2 other columns, Net Value + Net Freight
Ive tried:
@greaterOrEquals(triggerBody()?['ItemValue]'), 150.00))
And similar variations to the above but all come back with an error sayng The Expression is invalid
For some reason adding the Dynamic Field for ItemValue in the "Choose a value" does not give me the less than or greater than options, but other fields do.
Any ideas?
