Hi,
I set multiple filters in Filter Query when Get items, but seems Automate automatic ignore the second part of the filter (Progress ne 'Complete' or Progress ne 'Blocked'), the result include the "Complted' & 'Blocked' Progress, that's not i want to. is the Filter wrong? I've no idea now, could some one help to have a look at it, thanks advance!
DueDate eq '@{addDays(utcNow(),variables('varNumDays'),'MM-dd-yyyy')}' and (Progress ne 'Complete' or Progress ne 'Blocked')