Hi,
I have an approval workflow like this:
1. X approves the request and updates SharePoint list with approved value;
2. If the said amount > 100,000, it goes to Y for approval; if < 100,000, proceed to next step
Any idea how to build the flow?
Earlier on I put up a condition: Amount field (when an item is created) > 100,000 and it shows the following error msg which I suspect the said field was empty at the point of item creation (value only inputted by X later):
Unable to process template language expressions for action 'Condition_3.1' at line '1' and column '2856': 'The template language function 'greaterOrEquals' expects all of its parameters to be either integer or decimal numbers. Found invalid parameter types: 'Null'.'.
Any quickround on this?
Thanks in adavance!