Updating in-app filtering logic?

I think you can do it like this:

  • On top of the relationship you make from Ingredients to Tables, create a lookup to return all Food made from Ingredients. You will get an array of Food names.

  • Use that array as your filter.

1 Like