I am Using Dynamics CRM as a Datasource in powerapps.
In Screen1, Gallery1, I am Displaying all the Account Names from Account Entity.
In Screen2, EditForm1, CustomerName Datacard(Textbox), ContactName Datacard(DropDown) from Contact Entity.
When I select an Account Name from Gallery1, then CustomerName DatacardValue(Textbox) : Gallery1.Selected.Account Name
Based on this CustomerName I should filter ContactName(DropDown) for which I wrote: Filter(Contacts, CustomerName = CustomerName DatacardValue.Text), Value:ContactName.
But I am not getting ContactNames of Selected Customer. Can anyone help me, how to filter Contact Names(from Contact Entity) based on Selected Account Name(from Accounts Entity).

Report
All responses (
Answers (