
Announcements
Hi Community,
I have scenario in PowerApps portals where I need your help.
In PowerApps portal, currently I am opening one Consumer entity record from entity list and navigating to a web page where I can edit this record, on this Consumer entity form I have a referral sub-grid and from this sub-grid user can create a new referral record. For that I have designed another web page for Referral. Once user created a referral record user can see success message. But here I want to navigate back to Consumer web page once referral record is created from sub-grid on Consumer form.
Please suggest me how to do this.
Thanks!
Hardik
Hi @chauhanhardik,
On the entity form, you have On Success Settings tab which allows you to configure form behaviour after data was submitted. There you can select Redirect option in On Success field, then in Redirect section select Web Page where you would like to redirect. Because you want to open not just a page but a page with another entity form you need to pass record id as a parameter. To do so you have fields Append Attribute Value to Query String - Parameter Name where you need to type id and in Append Attribute Value to Query String - Attribute Logical Name write the name of the field on referral which is pointing to Consumer entity.