Searching in the row with multi row link

What I’m trying to do:
table1 has a column(say column1) that is linked to multiple rows from table2.
I want to search the list of rows in table1 where column1 has(since it’s a list because of multi-column link) the provided value.

What I’ve tried and what’s not working:
I have no clue how to search for an element in a column that is multi line referenced

Code Sample:

# this is a formatted code snippet.
# paste your code between ``` 

Clone link:
share a copy of your app

The docs show examples of searching on multiple links rows: Anvil Docs | Links Between Tables

Create a test app, try that code, and if you have trouble getting it to work, post back here with specific code examples that you’ve tried.

2 Likes