I have several forms that have Flows configured so that when a response is submitted, an item is created in a SharePoint list. This works well enough, recording the user's name, their department and when the flow was submitted. The only thing I cannot seem to achieve is to simply write the name of the Form that triggered the event.
This successfully puts the GUID of the Form that triggered the event in the SharePoint list. How do I display the text title of the Form instead?
first(triggerBody()?['value'])?['resourceData']?['formId']
I have about a dozen mandatory education quizzes, and lots of departments so I want all the Forms to record entries on the same SharePoint list. This works well but without the Form's name, it is impossible to tell exactly which quiz was taken and which ones are not yet completed.
Thanks!