Hello together,
I've got a question about advanced forms. In our case we want to have a direct link to the second advanced form step.
Our setup is the following (but with more steps after the second one)
Step1: View Article Information
Form Mode: Readonly
https://1234567890.powerappsportals.com/form/?id={recordid}
Step2: Insert Order Information
Form Mode: Insert
https://1234567890.powerappsportals.com/form/?id={recordid}&?stepid={step2-id}&sessionid={sessionid}
Right now I can only access the second step if I use the Next-Button, as I would usually do.
Now I have the requirement to create a permanent link that directly opens the second step. There should be created a new sessionid automatically. If I try to access the second the like this:
https://1234567890.powerappsportals.com/form/?id={recordid}&?stepid={step2-id}
I`ll end up in step 1.
Is this possible to achieve this? Please feel free to ask if anything is unclear.
Thank you for your ideas!