Hello folks,
I recently created a PowerApp that consumes a Sharepoint List. In given Sharepoint List there is a Select-Column with round about 10 statusses (is that the correct plural?! :D). In various galleries in the Powerapp I do some filtering based on this Status-Column.
BEFORE
I was able to access Status.Value OR Status.Id for my filtering. This way some like this was possible:
If(Status.Id < 4; "bla"; "blub")
NOW
Everytime I try to access the Status.Id I get: "Invalid Name"-Error.
I appreciate any hints for I am really confused!! 😉
Cheers,
Matthias