Hello.
I have an excel file with 3 sheets: SEP_AREA, SEP_PROJECT_A and SEP_PROJECT_B.
SEP_AREA: Area1, Area2 and Area3.
SEP_PROJECT_A: Project1, Project2, Project3, Project4, Project5.
SEP_PROJECT_B: Project6, Project7, Project8, Project9, Project10.
On PowerApps, my Dropdown1 has the values from SEP_AREA.
I would like to do something like:
If value from Dropdown1= "Area1" load SEP_PROJECT_A else SEP_PROJECT_B.
Thank you.