Skip to main content

Find rows where selected variable are in an array

  • April 30, 2021
  • 0 replies
  • 3 views

Hello,

I have base with a resource having one user associated. I wish to list all the resources associated more than 1 user. For 1 user selection I use SEARCH( ,{Coloumn}) .
What if there is an array of Users . [“Sam”,“John”,“Danny”]. I will to make an api call for the base to return all the rows where User is Either Sam or John or Danny.

thank you
Yash