Filter dropdown data

I have 3 tables:

  • clients - with link to helpers.id
  • helpers
  • client_visits - with link to clients.id

To a client a helper is assigned to, you can enter as helper visit information per client .
So, if a helper enter data in client_visits, via a dropdown he can select the proper client. At the moment this dropdown shows all clients, but it should only show (selectable) clients he is assigned to. Can I add a filter (or via scripting) to this dropdown what reads the helpder user.login (currentUser.email) in order to filter only those clients he is assigned to?

thanks!
Jaap

I have done similar for countries by creating roles. The users are assigned for country roles for the countries that they represent. The country role (for example ‘Finland’) has read access which is filtered to ‘Finland’ in the table called ‘Country’. The ‘Country’ table is linked to other tables and the user with ‘Finland’ role can only choose Finland out of all the countries listed in the ‘Country’.

Hello,
check our help page

filterForDropdown property.
Best regards
Michal