Skip to main content
Nintex Community Menu Bar
Solved

Issues with folder path or URL and updating folder metadata via NAC

  • February 14, 2025
  • 5 replies
  • 38 views

Forum|alt.badge.img+15

I’m not sure why but the system (update items actions) will NOT allow me to update metadata on a folder. Any reasons why?

 

No issues updating metadata in Power Automate. I cannot find another way to update metadata using Nintex Automation Cloud so may have to pivot to PA for this one.

Let me know if I’m overlooking something here. 

 

Best answer by SimonMuntz

Hi ​@brandiwoodson,

I am sorry to hear that you are having issues with your solution.
Simple fix first.
Have you tried selecting one of the options in the Update type that allows folders to be updated?
The default ignores folders.

 

 

View original
Translate
Did this topic help you find an answer to your question?

5 replies

Forum|alt.badge.img+15
  • Author
  • Communicator
  • 367 replies
  • February 14, 2025

To add context - I just simply need to build the link to the folder. We have a task form that let’s users select a drop down of “folders” in a library to send over to the next task owner. We essentially want them to be able to point users to a folder link to open “large” documents that otherwise couldn’t be added to the task itself due to attachment size limitations. 

Translate

Forum|alt.badge.img+15
  • Author
  • Communicator
  • 367 replies
  • February 14, 2025

Tried this on a new list on a test site and still nothing. Not sure why.

Translate

SimonMuntz
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • 2436 replies
  • Answer
  • February 16, 2025

Hi ​@brandiwoodson,

I am sorry to hear that you are having issues with your solution.
Simple fix first.
Have you tried selecting one of the options in the Update type that allows folders to be updated?
The default ignores folders.

 

 

Translate

Forum|alt.badge.img+15
  • Author
  • Communicator
  • 367 replies
  • February 17, 2025

Omg. That worked, rookie mistake. Why did I not catch this??? lol

Is there a reason the information (item URL property specifically) is not available in the retrieve an item or query a list actions? Not sure why….

 

I recall now this always being an issue - only available to us through start event trigger. Doesn’t help us when building component workflows etc. We constantly have to have a process that stores and updates the item URL in a separate field in the library because of this. :(

Translate

SimonMuntz
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • 2436 replies
  • February 19, 2025

Hi ​@brandiwoodson,

I hear what you are saying about the item URL. But once you have the Item ID, it won't be too hard to build your own URL like you have.

https://tenant.sharepoint.com/site/Lists/listName/DispForm.aspx?ID=1

An alternative would be to format a text column in modern view to display the current item URL.
just add your tenant details to the code below.

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
  "elmType": "span",
  "txtContent": "= 'https://YourTenant.sharepoint.com/YourSite/Lists/YourList/DispForm.aspx?ID=' + [$ID]"
}



 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings