I have 2 share point list
1)Users with attributes -- Columns Name( Name(Text) , Lead Generator , Account Executive)
2)Requests with Lookup Users
By Adding Field Default Expression is-
Choices([@requests]. Lead Generator)
I need a only those Users in Requests form whose Lead Generator = false/true
can i use multiple data source on Choices or Is there any other way to apply condition on parent table
As a result i need a Drop down list.
Note : I am using Submit Form(Form2) because i am posting single form.