Dropdown from valid_if

Hello all, am having trouble following along with Section 3 from below:

https://help.appsheet.com/en/articles/961544-dropdown-from-valid_if

 

I am trying to create a dropdown of usernames with a specific role using the valid_if constraint.

 

This is the formula entered in valid_if:

SELECT(Users[Name], [Role]="Requestor")

The formula is valid, but there are no results returned.

 

The Requests table and Users table are not linked (screenshots below)

 

 

limyongsheng_1-1644653973833.pnglimyongsheng_2-1644653991949.png

 

0 3 113
3 REPLIES 3

Is the Valid_if expression returning any values when you tap on "test" under the Valid_If expression setting?

No, the expression result is blank (although valid)

limyongsheng_0-1644665312605.png

 

So you could debug it in steps. Does Users[Name] return any results?

 

Top Labels in this Space