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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to update a column...
Power Apps
Unanswered

How to update a column in sharepoint list twice?

(0) ShareShare
ReportReport
Posted on by 127

I am using power automation to send a report when the value of a column: status="Issue"

now at first it works fine , i got a  report when ever the status="Issue"

Now i want to add a button in my power app so that when ever  the status ="Issue",

to regenerate the report.

 

 

Set(varUpdateReIssueV,UpdateIf(AssetRequestData,
ID=Value(issudedatatableidtxt.Text),

 {
 status:"ReIssued"
 //deactivate it
 }
));

Set(varUpdateIssueV,UpdateIf(AssetRequestData,
ID=Value(issudedatatableidtxt.Text),

 {
 status:"Issued"
 //activate and regenerate report
 
 }
);

 

I  want to do this with a single button, then i add text box when the  id is equal to the textbox field, update the column.

update 1>ReIssue> then immediately  change to>>Issue. and the automation will send a report.

but  if the ReIssue is at the last, the status will be always "ReIssue, if a changed the place it still doesnot work.

once set the status will always be "ISSUE" but when i click the button, it changed to something and then with that same click.. it will update to the ISSUE!

 

 

Categories:

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard