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 Apps - Building 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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 766 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 419 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 235

Last 30 days Overall leaderboard