I have a materials catalogue and two of the columns are StockHeld and MinStock. These are both number columns in a SharePoint list. I'm trying to create a flow that will grab all items where the StockHeld is less than the MinStock.
On GetItems I am using the Filter Query of;
StockHeld lt MinStock
It returns an error of 'Fetching items failed. Possible invalid string in filter query.'
I've double checked the column names and that all rows have a number entered etc. Just cannot seem to jiggle the query about to work!
Any help is appreciated!