Hi guys,
Created a flow which checks a couple of values in Dynamics records. This works perfectly except for that i'm getting the wrong records. Typeplan codes shows me a record which has typeplan code of 425360002. Any idea why this is? I'm thinking something is wrong in my OR but i'm not sure why.
thank you in advance
bx_type eq 425360002 and statuscode eq 1 and enddate gt @{addToTime(utcNow(), 30, 'day', 'yyyy-MM-dd')} and enddate lt @{addToTime(utcNow(), 31, 'day', 'yyyy-MM-dd')} and (bx_typeplan ne 425360000 or bx_typeplan ne 425360001 or bx_typeplan ne 425360002 or bx_typeplan ne 425360004)