Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Patch is not working in Forall loop

(0) ShareShare
ReportReport
Posted on by

Hello,

For me for some records below code is not working for some record it works. I am doing simple patch as below but somehow LoopUp or Filter is not fetching record, surprisingly for some record it works but for some it doesnt. I also tried to store same value to hidden label (ex label1.Text)in grid but same issue

ForAll(
Gallery1.AllItems,
Patch(D365Entity1,
First(Filter(D365Entity1, BatchText = ThisRecord.BatchText)),
{Column1: "TestValue", Column2: "test"});
);
or
ForAll(
Gallery1.AllItems,
Patch(D365Entity1,
First(Filter(D365Entity1, BatchText= label1.Text)),
{Column1: "TestValue", Column2: "test"});
);

If i give some hard code value to ThisRecord.BatchText= "B123" then it works.

ForAll(
Gallery1.AllItems,
Patch(D365Entity1,
First(Filter(D365Entity1, BatchText = "B123")),
{Column1: "TestValue", Column2: "test"});
);
can someone help why it is not able ot pick that value?

also i tried to store same value in temporary collection but i can see values of ThisRecord.Batchtext and Label1.Text also but some how patch is not picking up.

 

 

Thanks & regards,

Keval
@RezaDorrani, @Pstork1  can you please guide,thanks.
@

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans