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 / Is it Possible to upda...
Power Apps
Unanswered

Is it Possible to update Request Submitted thru PowerApps at Sequentials Approval using Flow

(1) ShareShare
ReportReport
Posted on by 69

Hi @v-xida-msft 

 

I have a PowerApp form holding approvals workflow.

 

Once i submit request/Item in PowerApps , it will hit to the Approver X and Once Approver X - Approves it then it will hit to Approver Y then Approver Y need to update Some fields in PowerApps Request /Item before/after approving from his end.

 

Can you please tell me how to update the fields in PowerApps so that the workflow gets updated as well.

 

 

Thanks

Lohitha

Categories:
I have the same question (0)
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @LohithaSannathi 

     

    You would want to try to keep track of the state of the Approval by using something like a CDS record (best fit of your choice) to track the progress or state of each Approval, and this is checked by retrieving it through Gallery or otherwise.

     

    Then in the state of pre-Y you would have the edit form in that case, otherwise it is hidden.

     

    This is somewhat advanced so more detail may be warranted here, however it is something we would like to leave up to your imagination for now and you can start trying it and if you want coming back with specific questions.

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @LohithaSannathi ,

    Could you please share a bit more about your scenario?

    Do you want to send a approval email after you submit a record using your canvas app?

    Further, which data source do you use in your app? SP List data source?

     

    Based on the needs that you mentioned, I think the combination of Power Automate (MS Flow) and PowerApps could achieve your needs. I have made a test on my side, please consider take a try with the following workaround:

    6.JPG

     

    7.JPG

    embed the App Url Link of your canvas app within the Details field of the "Approval" action along with a ID parameter.

    Note: The URL should be enclosed in angle brackets (<>) to meet the Markdown syntax

     

    Then within your canvas app, set the OnStart property of App to following:

    Set(ItemID, Param("ID"));
    If(
     !IsBlank(ItemID),
     Navigate(EditScreen1)
    )

    within the Edit screen, set the Item property of the Edit form to following:

    If(
     !IsBlank(ItemID),
     LookUp('Your SP List', ID = ItemID),
     BrowseGallery1.Selected
    )

    Please consider take a try with above solution, check if the issue is solved.

     

    Please check and see if the following threads would help in your scenario:

    https://powerusers.microsoft.com/t5/General-Discussion/Editing-a-record-from-a-flow-powerapp/m-p/265416

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Embedded-link-to-a-Sharepoint-List-item-in-PowerApp/m-p/303910

     

    Best regards,

  • LohithaSannathi Profile Picture
    69 on at

    @poweractivate 

     

     

    Can you please give me clear steps to achieve this ( I'm Newbie to PowerAPPS /Flow/SharePoint).

    your response will be highly appreciated.

     

     

    Thanks

    Lohitha

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard