Hi
When our external PowerApps user go to the logon page and press Sgn In:
They are then redirected to Profile page:
Anyone know if it possible to change this behaviour. When a user logons we want it to go to another page on the portal.
Thanks
Hi
When our external PowerApps user go to the logon page and press Sgn In:
They are then redirected to Profile page:
Anyone know if it possible to change this behaviour. When a user logons we want it to go to another page on the portal.
Thanks
Hi @pn1995
Check the following link - using JS if you are only looking for redirect.
and one more using site settings
It is not the best practice to change the background workflow. The above two methods can fulfil your needs.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Thanks for the repy
So how do you actually change the workflow? Were do you go to do that?
Thanks
Hi @pn1995
The answer is yes. You can redirect to any web page you like. You need to change some of the background workflows for this.
But the ground rule is: Once the user signs in then it is a mandatory process to fill up a profile page. Behind the scenes, Power pages will create a contact in the contacts Table. This is essential so that you can assign web roles at a later stage.
If you skip this step, then it is hard to control the data binding part.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.