Hello
I try to create one view respectively two views with the catalog depending on who is logged in.
That does not work and I do not know what I'm doing wrong.
Strangely, I have the same in another app which works wonderfull.
The tables comes from an Excel sheet which is saved in OneDrive... Excel table is correctly formated and every row has an powerAppSID
gallery1 (see screen shot)
code: no errors
If(User().FullName in Tabelle4.Visoren;Tabelle2;Tabelle1) --> does not work
If(User().FullName in Tabelle4.Visoren;Tabelle2.Auswahl2;Tabelle1.Auswahl1) --> does not work
Error in text field: "The name is invalid. This identifier is not recognized."
but the name is 100% correct and exists
as soon as I skip the "else" or leave only one table to choose from, it works !?
If(User().FullName in Tabelle4.Visoren;Tabelle2) --> works
or
If(User().FullName in Tabelle4.Visoren;Tabelle2;Tabelle2) --> works
What am I doing wrong? Please help me I despair here!
regards