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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / The function Patch has...
Power Apps
Unanswered

The function Patch has some invalid arguments

(0) ShareShare
ReportReport
Posted on by 3,506

I have 4 fields inside my Canvas App to create and populate a collection named Colrow, as follow:-

 

johnjohn123_0-1648743570459.png

 

 

Now inside the Screen OnVisible i created this empty collection:-

 

ClearCollect(Colrow,{
Article:Blank(),
Description:Blank(),
Returnable:Blank(),
Qty:Blank()


});

 

and inside the button OnSelect i set this formula to populate the collection :-

 

Patch(Colrow,Defaults(Colrow),{
Article:Article.Text,
Qty:Qty.Text,
Description:Description.Text,
Returnable:Returnable.Text
});

but the last formula is raising this error:-

The function Patch has some invalid arguments

 

as follow:-

johnjohn123_1-1648743670091.png

 

 

any advice please?

Thanks

 

Categories:
I have the same question (0)
  • vish3027 Profile Picture
    434 on at

    @johnjohn123 , You can try Collect function instead of Patch.

     

    Collect(Colrow,{
    Article:Article.Text,
    Qty:Qty.Text,
    Description:Description.Text,
    Returnable:Returnable.Text
    });
  • johnjohn123 Profile Picture
    3,506 on at

    @vish3027  but why Patch with defaults should be able to add items to the collection, am i wrong?

  • v-yujincui-msft Profile Picture
    on at

    Hi @johnjohn123 ,

     

    Maybe you could try to use the following formula:

    Screen OnVisible:

    ClearCollect(Colrow,{Article:"",Description:"",Returnable:"",Qty:""});

     

    Best Regards,

    Charlie Choi

     

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 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard