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!

Report
All responses (
Answers (