Using include with Tables: Apply Filter

Options

Is it possible to filter a table using the str.includes() method as an advanced filter.
Pretend my table includes these values in a table:

  • Gala apple
  • Fuji apple
  • Green apple

And I want to pull all records where the field contains "apple". How would I go about doing this?
Thanks,
Adam

Best Answer

Answers