I'm building an App with multiple forms, each with its own Sharepoint list to store the information. Forms are as follows :
Request
Setup
Go Live
Request is for users requesting a service, setup is admins setting this up and go live is as you'd imagine, a check list for when the service goes online.
I'd like certain information to flow through these forms, for example from the Request form to the Setup form I'd like to carry over details such as the requestor, details requested, time/date of request being filed etc. Is there a way to trigger a New Form page of my Setup list whilst indicating an entry on my Request list to get details from? So a New Form for "Setup" opens with some details pre-filed in from "Request"?
I'm looking to generate emails for users and admins for authentication reasons etc, so some sort of simple email trigger would be ideal.