In PowerApps, I am creating a Gallery connected to a list for employees to add vacation/leave time, this list also includes holidays.
In the gallery, I am trying to filter by the current logged in user and sort by the date of the vacation/leave and built-in holiday.
This code will bring me the Filter part "(Filter('VacationList','Creator Email'=User().Email)" but I don't get any response from the holiday column.
SortByColumns(Filter('VacationList','Creator Email'=User().Email),"Holiday", Ascending)
Please let me know what I need to change in the code so I can get the list of holidays to show.
Any help would be great.