Hi,
SortByColumns(
Filter(
Filter(
[@'data source'],
Lower(User().Email) = Requestor_Email_two
),
[@'data source'],'search box'.Text in ID_three
),
"Title",
If(
SortDescending1,
SortOrder.Descending,
SortOrder.Ascending
)
)
getting this error on this line - [@'data source'],'search box'.Text in ID_three
expected boolean. we expect a boolean at this point in the formula.
using this documentation -
anyone know how I can fix this?
Hi @wonka1234
Please try this:
SortByColumns(
Filter(
Filter(
[@'data source'],
Lower(User().Email) = Requestor_Email_two
),
'search box'.Text in ID_three
),
"Title",
If(
SortDescending1,
SortOrder.Descending,
SortOrder.Ascending
)
)
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional