Skip to main content

Hi All - so I was wondering if there is a way to set advanced logic (i.e. 1 and 2 OR (3 and 4) when using the get action.

 

My situation is that I am wanting to run a scheduled flow that gets all records that has an external id populated AND one of two other checkboxes being true.

 

I know you can do advanced conditions in the If/Else - but I feel like it would make more sense in terms of processing time to grab the records ahead of time rather than looping through each record and evaluating if it meets the criteria then?

 

Thanks!

2 Antworten
  1. Vuk Stajic (MVRK Inc.) Forum Ambassador
    8. März 2023, 00:28

    Ryan - I would create a custom checkbox formula field on the object that is being found and have it equal true when your logic is met. Then just have your flow check for the records that have that checkbox as true.

     

    Make sense? Only 1 filter in the flow.

0/9000