I have a working flow. A modification in SharePoint list triggers it. It sends my student email after every session with details like Recording link of session, Topic Name, Topic Description.
My requirement:
Send survey in that email. If it can be embedded then best, if not then link of the survey. Once student completes the survey. The answer given in the survey should be updated in the same SharePoint list.
Thank you in advance.
I think a bit more information is required to suggest a solution. First, There needs to be a way to identify what list item is associated with a given survey response.
Once you can supply additional information, you'll create a Flow virtually identical to the one suggested by @vikulkar . The difference will be that the query filter will be different and contain two parameters.
Thank you for responding.
'Get item' will get the whole list. I need that particular record that submitted the response. so i can append those survey response to the same SharePoint list. The list that triggers the flow in the first place
Hi @zmansuri ,
First, you can create a MS-Form with the necessary fields like topic, survey, rating etc.
You can then include the MS-forms link in the email and once the students fill the details, then you can have a flow as shown below to update the same SP list.
In the above flow, we are using getItems along with filterQuery to filter based on Topic and then updating the correct item in SP List.
Thanks and Regards,
Vikas K
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2