Have read this topic Unable to filter on lookup fields?, but my usecase is filter data by lookup filed with API.
My usecase is like this:
Say we have a table “A” which have link field to table “B” and a lookup field “lookupField”, then want to get the rows in table “A” which lookup field “lookupField” contains some text.
Seems the filter link_row_contains
can work on the link filed, but what we need is filter by the lookup field.
Need help for this. Thanks