Hello,
I am unable to add these two formulas in the formula bar of my powerapps.
In Gallery > Items:
Formula 1: Search('Tax T1', SearchB.Text, "Title")
Formula 2: Sort('Tax T1', Title, Ascending)
I try adding ;; between the two formulas , but it didn't work. Is there any other options?
Thank you,
Thank you it worked!!!
Hi @MiMi_v88 ,
@PowerAddict is correct in how to address your issue. In order to better understand how PowerApps formulas work, think about wrapping one formula within another. In PowerApps, the formulas are executed from the inside out. @PowerAddict 's solution Sorts the results of the Search. However, you could arrive at the same result by
Search(Sort('Tax T1',Title, Ascending), SearchB.Text, "Title")
In this case the datasource is sorted first and then searched.
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional