Hello!
Wondering if someone can help me combine these two formulas please!
On the Item property of my Gallery:
I have this already (for pagination):
LastN(FirstN('Safety Information',varPage),RoundDown(Gallery2.Height / Gallery2.TemplateHeight,0))
And I want to filter the list using this:
SortByColumns(Filter('Safety Information', Status.Value = "Pending"),"Created",Ascending)
I have tried && and And(.... but neither work! Both statements work great on their own but I really want to use both!
Any help greatly appreciated!