Hi everyone,
I am new to powerApps, I have an if statement and I want to have 2 different things occur if the condition is true.
Ex: If( x = "0", Filter(...) && SortByColumns(...), Else Condition)
This is in the gallery of the app in items.
I am trying to use ; and ;; but neither of those work. Any help would be very much appreciated
Thank you in advance!