Skip to main content
Nintex Community Menu Bar
Question

Cannot access list name

  • March 12, 2025
  • 6 replies
  • 63 views

Forum|alt.badge.img+11

Hello!

I am trying to pull all attachments from a sharepoint list using the “Get item attachment by name” control. Now, my question is… will nintex be able to connect to a url as such to connect to the list?

 

https://companyname-my.sharepoint.com/personal/joe_smith_company_com/Lists/Equipment%20tracker/AllItems.aspx

 

I notice this list is located under a users personal location… now, they gave my admin acct access but I am not able to connect to that list.

 

6 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • March 17, 2025

Hi ​@jpacheco 

This looks more like a OneDrive URL to me.  Are you able to set up a connection into that location and retrieve the file via the OneDrive connector?


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • March 24, 2025

Hi ​@jpacheco 
Has your question been resolved? 


Forum|alt.badge.img+11
  • Author
  • Scout
  • March 24, 2025

@brent_read ,

 

Thanks for your response… I will attempt this and let you know!


Forum|alt.badge.img+11
  • Author
  • Scout
  • March 24, 2025

@brent_read ,

Brent,

So I was able to setup a connection to that location I believe… but how does one go about retrieving all attachments from all items listed?

I need to pull all attachments from the items and copy them somewhere external. I don’t know where to even begin there…

Help?


Forum|alt.badge.img+11
  • Author
  • Scout
  • March 25, 2025

@brent_read ,

 

Ok, so I put together this WF but not able to publish it...could I be doing something wrong?
 

 


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • March 25, 2025

Hi ​@jpacheco,

It’s hard to know why the workflow will not publish without seeing the issue.

If I were to attempt this solution, I would do it like this.

Use a start form for the start event. Nothing needs to be on the form; it's just a way to start the workflow. It appears that you have the start event set to run with every new file added.  This is also a valid solution.

Then, use the Microsoft OneDrive for Business - Get folder contents action and set a variable to save the Paths of all the files in the folder.


Next, loop through the paths.
 


With each loop, get a file.


And then store it externally.  In my example, I am using Box.

The workflow will look like this.
 


You can run this for each folder unless you find another way to change the path dynamically. I haven’t thought that far ahead yet :).