Hello
I would like to list all rows from Cases where the Customer is a Contact.
I can list all cases, and then check the Customer(Type) value( _customerid_value)
But I then have to filter through way too many cases so that the Flow gets too slow.
Is there a way to write a /Filter Rows/ or /Fetch XML Query/ that can check the _customerid_value= 'contact' right away?
I have tried but it hasn't been succesful.