Help

How to Filter Records with Formula for linked Records

2099 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Fabian_Zeller
4 - Data Explorer
4 - Data Explorer

Hello,

So i got a Table with Locations and a Table with Questions. Every Question is now linked to a Location.
Now I want to filter the Question by a specific location.

So I only retrieve the Question for a single location.
I tried it with ({Location} = ‘["+“recordID”+"]’) but only retrieve an empty Array.

Thanks for Help and Tipps,
Best Regards Fabian

2 Replies 2
Christoff
7 - App Architect
7 - App Architect

Try filtering by name of the Location, not “recordID”.

The Name of the of the Record in my own case is a computed value of name and email addrress of a Student, I want to filter a Table to retrieve the records submitted by a particular student.