Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
863 views
in Technique[技术] by (71.8m points)

sharepoint - Microsoft PowerAutomate Flow Response ID

I'm using the template 'Send an email to responder when response submitted in Microsoft Forms'.

So when an entry is made in Forms, the data is written to a List, and the responder receives an email with some confirmation information.

It all works as expected, except for when I want to include the ID of the request.

I have a column called ID in my List, which gets auto-generated for each entry made (this is standard functionality, I haven't created this).

Back to my flow; when I add the Dynamic Content of "Response ID" (which seems to be the only "ID" available) it isn't quite right.

For example, I've just entered a test record. It was assigned ID = 71 in List. But when the Flow email was triggered, the Response ID included in the body of the email was = 66.

Screenshot of data in my List:

Microsoft List

Screenshot of email received:

Email Received


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The response id is the id of the response to the Microsoft form. If you want to save the response to SharePoint List, you could use create item action.Then you could get the new list item.

My test flow for your reference: enter image description here enter image description here

Test result: enter image description here enter image description here

Updated: enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...