Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
From Power Automate, email send to a specific email id when someone submit Microsoft Form & then a ServiceNow ticket created.
This is happening from my account used in Power Automate hence the ServiceNow ticket shows my name in 'Requester'
Is there anyway we can show the actual requester who submitted the MS Form, his/her name in ServiceNow ticket !
I tried to put Requester Id who submit the MS Form in both subject & body but it's not working.
I would really appreciate any help or direction you can give me pelase
Most ServiceNow ticket types (like Incident, Request, etc.) have a Requested for field that can be set to another user. If your form collects the email of the user (either through "Record name" or by asking them directly), you can use that to populate the actual requester's name.
Ensure your MS Form is collecting user information
In Form settings, enable “Record name” to get the submitter's email/name.
Use "Get response details" action after "When a new response is submitted"
Extract the submitter's email or name from the response.
In your ServiceNow "Create Record" step:
Set the "Requested For" or "Caller" field using a lookup or directly with their email (depending on the table and your ServiceNow setup).