Hello together,
I have a question to the new PowerPlattform custom pages.
Me and my team trying to develop a custom page and therefor follow the Microsoft suggest to use multiple custom pages instead of multiple screens in a custom page (found here: https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/page-powerfx-in-model-app). But we are struggling with passing parameters from one custom page to another.
So, how do we pass parameters from one custom page to another to use them on the second custom page?
We already tried the following things:
- using the launch function passing in the URL of the custom page within the model driven app however that simply returns an error whilst simply only passing in the URL works fine but does not allow me to include any parameters to carry into the other custom page: Found here: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
- using the Navigate function as highlighted in the custom page docs but these docs give no information about how to carry over parameters to use in the other custom page so it does not seem to be useful in this case: Found here: https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/page-powerfx-in-model-app
We are looking forward to get some help. Thanks in advance.