I’m trying to connect Gravity Forms to Microsoft so that each Gravity Form entry creates a new line in a Sharepoint list. The issue is file uploads. I’ve figured out how to clean up the URLs and am successfully passing them to Sharepoint as a comma delimited list, but it’s hard to work with.
I’d like to map each file upload (maximum of 2) to a separate “attachment” column in my Shapreoint list so that each file upload URL is clickable. I think the answer is Looping, but I don’t know how to map the the Looping fields to my Sharepoint directory.
When I test the loop, I can see that it’s previewing the 2 URLs correctly, but I can’t figure out the next step. How do I tell Sharepoint to take the first URL and put it in “Attachment 1” column and the second URL to the “Attachment 2” column?
Here’s a screenshot from my Looping Action. Number 1 shows the correct URL. In number 2, there’s no “URL” field, but the preview Loop Value looks correct.

I want to map each of those URLs to the respective columns in Sharepoint. Iteration 1 URL should go to Attachment 1 column, Iteration 2 URL should go to Attachment 2 column.













