Select Field help

I have a drop down select field that allows the user to select a name from the Team Members table.
Beside this field I would like to have another field that is automatically populated with the email address (also from the Team Members table) that corresponds with the name of the Team Member chosen in the select field.
I’m not sure how to do this and any help is greatly appreciated!

Hi @Chris_Hall

Please find a screenshot.
In your page just type People.Filter(Name=[select 1].ToText()).[Mail Adress] adapted to your Team Members Table, assuming in my case select 1 is your select field.

image

Cheers

1 Like

Hi @Chris_Hall and Happy Birthday :birthday: !

Depending on what type of canvas control you use (If it’s a lookup select control), maybe something like this might be sufficient :blush: :

YourSelectControl.[Email field]

Otherwise, as @Quentin_Morel suggested, Filter() will probably help :blush:

2 Likes

Perfect! This worked ! Thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.