Hi all,
I'm working with these:
- Submitters List
- Departments List
- Requests List
- Requests Form
Request List contains 3 lookup columns pulled in from Submitters List and Departments List:
- Submitted by column pulls from Submitters List. This is a dropdown question in Request Form.
- Covering for column pulls from Submitters List. This is a dropdown question in Request Form.
- Department column pulls from Departments List. This is a text input question in Request Form.
I found, applied, and adapted two solutions that recommend saving the values in a variable or compose but have failed. (
Solution 1 and
Solution 2 )
I ultimately came up with the following flow, but the responses from the Form do not save to the Requests List.
The result...

There should be data in the Submitted by columns (since that is what my flow is currently testing for only). The first Submitted by column is the look up column that should pull the response from the form and connect with Submitters List to fill in the second Submitted by column, which is the submitter's email.
On top of all this, any attachments users upload to the form are also not saved to the list.
So my first question is: How do I get form responses to save to the lookup columns in the SharePoint List?
And my second question is: How do I get form attachments to save to the SharePoint List?
I'm looking for solutions using only Power Automate. Please and thank you for your help!