Good evening ,
I have two drop downs.
1 drop down for Customer Id from customer entity
customer entity has fields(Customer Id, name)
2 drop down For Project Id , i am loading project Id relevant to customer Id.
The column Project is from project entity.
items property for project id drop down:
ShowColumns(Filter(Projects,CustomerAccount = dropdown1.Selected.CustomerAccount && 'Project stage'="Inprocess"),"ProjectID","ProjectName")
But i got this issues

Please give solution to me