Dropdown (Select the Name when Role is Sales)

Hi All
Here’s the scenario:

  • I have a “Job” table with a column named “Sales,” which is intended to reference the “User Manager” table.
  • In the “User Manager” table, I have columns for “Role” and “Name.”

My goal is to fetch the names from the “User Manager” table where the role is set to “Sales” in the “Job” table’s “Sales” column. However, when I use the SELECT() function, I encounter an error related to using a list type instead of a reference type.

Could someone please provide guidance on how to correctly use the SELECT() function to retrieve “User Manager” names based on the “Sales” role in the “Job” table while avoiding the list type error? Any suggestions, examples, or insights would be immensely helpful!

Thank you very much for your assistance!

select(User Manager(Name),[Role]=“sale”)

I attempted this before, but it didn’t work.

Answered in your other post.

Selection Users Dropdown List (specific user) - Google Cloud Community

Please avoid any post duplicate :slightly_smiling_face:

Just, make sure that in your User table, you have the LABEL property set on the name column.

1 Like

@Aurelien Thanks a ton for your swift help with my Users Dropdown List issue.
Apologies for the duplicate posts, I’ll be more careful next time!

1 Like

You are very welcome @AbdullaNsour !

1 Like