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