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

Patch Function

(0) ShareShare
ReportReport
Posted on by 372

Hi,

 

I want to patch column 'Masuk Apps' which has the same 'No. PO'.

I used this formula, 

Patch(
'Recap SOW',
LookUp(
Filter(
'Recap SOW',
'No. PO' = ThisItem.'SO/PO/WBS'
),
'No. PO' = ThisItem.'SO/PO/WBS'
),
{'Masuk Apps': "Proses sudah dilewati"}
)

but, cant work. Can anyone help me? Thankyou!

Categories:
I have the same question (0)
  • firda59 Profile Picture
    372 on at

    @v-mingkz-msft 

     

    thankyouuuu!!!!!! it can work now!

  • firda59 Profile Picture
    372 on at

    Hi @v-mingkz-msft 

     

    What RenameColumns means? Because my formula error

  • Verified answer
    v-mingkz-msft Profile Picture
    Microsoft Employee on at

    Hi @firda59,

    You can try the following expression.

     

    UpdateIf('Recap SOW','No. PO' = ThisItem.'SO/PO/WBS',{'Masuk Apps': "Proses sudah dilewati"})

     

     

    Best Regards,

    Kyrie

  • firda59 Profile Picture
    372 on at

    Hi @BCBuizer 

     

    Yup, I want to update all items in my data source which has the same 'No. PO' .If my data source over 2000 items, how to make the formula?

  • BCBuizer Profile Picture
    22,510 Super User 2025 Season 2 on at

    Hi @firda59 ,

     

    If I understand correctly you want to update all items in your data source that match a certain value in the 'No. PO' column, correct?

     

    If correct, consider using the UpdateIf function:

    UpdateIf(
    	Filter(
    		'Recap SOW',
    		'No. PO' = ThisItem.'SO/PO/WBS'	
    	),
    	{'Masuk Apps': "Proses sudah dilewati"}
    )

     

    Depending on your data source, this may not be delegable, which will cause issues if you go over 2000 items in your data source. In that case a ForAll loop should be combined with Patch.

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
Kalathiya Profile Picture

Kalathiya 401

#2
WarrenBelz Profile Picture

WarrenBelz 334 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 325 Super User 2025 Season 2

Last 30 days Overall leaderboard