I have a simple powerapp that has a button. This button is connected to a flow that when pressed triggers a notification to pop up for any user that has powerapps on their phone and is logged in under a specific user. This very same button also completes a SUBMITFORM function.
How can I take values from the SUBMITFORM and pass them as parameters in the string of my notification message? Instead of the message simply being "A new ticket has been created.".... I would like it to say "(Name field) has created a new (priority status) ticket" where the parenthesis are my parameters passed from the recently submitted form.
Everything I have tried has messed this up so any help is apprecaited. I attached an image of my very basic flow.