Fetch Entities: AND or Or?

Fetch Entities: AND or Or?

Comments

  • I am Looking for the official word—what is the intent of the Fetch Entities filtering—Field1, Field2, Field3…

    When Fields are combined (more than 1), are they supposed to use AND or OR operators?

    Meaning—Field1=White AND Field2=Scooter

    --returning a row when both are true?

    Or is it…

    Field2=White OR Field 2=Scooter

    --returning a row when one of these is true?

  • When filtering by more than one field on an entity, the Fetch Entities step uses the AND operator.

  • Thanks for the confirmation. “AND” behavior was what I was expecting—just wanted to be 100% sure.

Sign In or Register to comment.