0
votes

Is it possible to deep link from an EditForm instead of a gallery? Heres my scenario:

  1. User is greeted with a home screen with a button that creates a new form and navigates them to the form screen
  2. The user presses the button and is sent to the form screen
  3. The user fills out the fields that apply to them on the form screen
  4. The user presses a submit button that sends an email with a deep link to their boss
  5. The boss fills out the rest of the fields with the previous user's fields still filled out
  6. The boss submits the form with all the fields (the ones filled out by the previous user and the boss) filled out

As you can see, there is no gallery associated with this app

Please let me know if im not clear enough. Thanks!

1

1 Answers

1
votes

This can be achieved, when the user submits the form and sends the email, a URL should be formed which is sent along with the email from which the other user can navigate directly to the half-filled out form. The URL can be formed as explained here: https://powerapps.microsoft.com/en-us/blog/powerapps-deep-linking/ And using the arbitrary key-value pair explained, you can control the navigation and the form can be filtered out based on a unique id you set as a key value pair in the URL being created