I currently have this formula which works:
SortByColumns(Search(DS_FAQ,TextInput1_1.Text,"{Name}","Answer"),"Modified",Descending)
I am using a Global Variable to avoid the delegation warning.
Am i able to somehow combine something along the lines of the below filter to the above. I am struggling to make it work as one Formula.
DS_FAQ,Filter(FAQ,!IsBlank(Answer))
Thanks in advance
Solved! Go to Solution.
Hi @BenGillard
I think something like this should work for you:
SortByColumns(
Search(Filter(DS_FAQ, !IsBlank(Answer)), TextInput1_1.Text, "Answer", "{Name}" ),
"Modified",
"Descending"
)
If not, let us know what error you get.
Hi @BenGillard
I think something like this should work for you:
SortByColumns(
Search(Filter(DS_FAQ, !IsBlank(Answer)), TextInput1_1.Text, "Answer", "{Name}" ),
"Modified",
"Descending"
)
If not, let us know what error you get.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
171 | |
62 | |
32 | |
31 |
User | Count |
---|---|
339 | |
269 | |
105 | |
71 | |
56 |