Hello,
I have two working formulas separately, but not together. I tried everything - Any ideas how to combine them, so I can filter by gallery based on logged-in user and also based on when the record was created?
Source: "Monthly Donations 2022"
Filter('Monthly Donations 2022', 'Approval User 1 Email'=User().Email)
SortByColumn('Monthly Donations 2022', "DateCreated",Ascending)
Thank you!!