web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to convert my live...
Power Apps
Unanswered

How to convert my live text search solution to delegatable function?

(0) ShareShare
ReportReport
Posted on by 11

Hello,

 

I would like to rewrite my live search code to delegatable, but some functions are not delegatable.

With(
 {
 _max: Max(
 Filter(
 Naplo_1;
 AccountingDate >= DatePicker1.SelectedDate;
 AccountingDate <= DatePicker2.SelectedDate
 );
 Sum(
 ForAll(
 Split(
 Trim(TextInput1_1.Text);
 " "
 );
 {
 Value: If(
 Result in Naplo_1[@DocNumber] || Result in Naplo_1[@Supplier] || Result in Naplo_1[@Operation];
 1;
 0
 )
 }
 );
 Value
 )
 )
 };
 SortByColumns(
 Filter(
 Naplo_1;
 AccountingDate >= DatePicker1.SelectedDate;
 AccountingDate <= DatePicker2.SelectedDate;
 IsBlank(TextInput1_1.Text) || Sum(
 ForAll(
 Split(
 Trim(TextInput1_1.Text);
 " "
 );
 Result in Naplo_1[@DocNumber] || Result in Naplo_1[@Supplier] || Result in Naplo_1[@Operation]
 );
 Value
 ) = CountRows(
 Split(
 Trim(TextInput1_1.Text);
 " "
 )
 )
 );
 NaploSortColumnName;
 NaploSortDir
 )
)


This is the official list of usable operations/functions:

 

probacska_0-1677250351146.png


Is it possible to convert my code to delegatable?

Thank you

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 757 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 322 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 209 Super User 2025 Season 2

Last 30 days Overall leaderboard