I have 5 consecutive questions which should be up depend to each other i.e.
Country: Austria ---> Entity: AU01 ---> Account: AU01111 ---> Bank Name: AustraBankName and so on.
Power Apps is based on SharePoint list Requests. Columns in that SharePoint list are look up columns to another list RequestVLU.
i was able to create such dependency but only from one field for example from Country:
for Entity
Filter(RequestVLU, Country = DataCardValue24.Selected.Value).Entity
when i try to depend Account on Entity i have an error of incompatible types of comparison.
Could you please help me? thank you