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 Pages / Redirect to a form aft...
Power Pages
Unanswered

Redirect to a form after successfull workflow process on List Page

(0) ShareShare
ReportReport
Posted on by

So i have a list that have a workflow to update a record, but after the workflow process is done i want it to open the form of the record that have just updated, is this possible?

Alkahfi_0-1698929997664.pngAlkahfi_1-1698930047321.pngAlkahfi_2-1698930407234.png

 

Categories:
I have the same question (0)
  • Lucas001 Profile Picture
    2,562 Super User 2026 Season 1 on at

    Hi @Alkahfi,

     

    I guess the flow is called as you insert something in your table. Unfortunately, that's a way that won't work as you have no direct listening to a flow answer from power pages. Meaning you fire the approve event and something is changed in dataverse but you are not asynchronously waiting for a response.

     

    I would say the best way for that is to go with Cloud Flows WebAPI (Ms Learn ). Use that one and the code snippet:

     shell.ajaxSafePost({
     type: "POST",
     contentType: "application/json",
     url: "_api/cloudflow/v1.0/trigger/44a4b2f2-0d1a-4820-bf93-9376278d49c4",
     data: JSON.stringify({"eventData":JSON.stringify({"Email": "abc@contoso.com" })}),
     processData: false,
     global: false
     })
     .done(function (response) {
     
     })
     .fail(function(){
     
     });

    Hide the page and indicate somehow that it's loading. When receiving the response use windows.location.href to redirect the user to the page you want. In case you than need to fill in data from the entry you just updated. Get the Id and use that ID to fetch the data for the next form etc.



    --------------------------------------------------------------------------------------

    Hope that helps.

    If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.

  • Alkahfi Profile Picture
    on at

    hi @Lucas001 , thanks for the reply, we decide to not continue this feature.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
rezarizvii Profile Picture

rezarizvii 55

#2
11manish Profile Picture

11manish 48

#3
Valantis Profile Picture

Valantis 46

Last 30 days Overall leaderboard