Assigning User Field to Document Set properties using Create Item error


Badge +4

Good day all,

Trying to create a document set to store some documents related to a list item and I can create the docset just fine, but if I try to assign values to the user and date properties of the document set I get the following errors:

When attempting to set user field: Failed to create item. Invalid data has been used to update the list item. The field you are trying to update may be read only.

When attempting to set DateTime field: Failed to create item. The file or folder name contains characters that are not permitted. Please use a different name.

I found some advice on this blog, but his resolution didn't work for me either. I keep getting the same error whether I pass i:0#.w|domainusername, -1;#domainusername or domainusername

So the solution I found was to create the document set and then use the Update Item action to update the fields after the docset was created. This worked splendidly! Hope this helps you!


2 replies

Userlevel 7
Badge +17

I have found this to also be true when creating Document Sets via code. I found it more stable to create the document set with required Name first. Then update the doc set with all other fields after. This is a SharePoint work around, not a Nintex workaround.

Userlevel 6
Badge +15

2 years later and this is still great advice happy.pngĀ thanks for posting it, helped me out today!

Reply