Forum Discussion
TobiasMeyer
May 26, 2020Copper Contributor
SharePoint keeps adding value "256" to a list automatically
Hi there, I am currently busy creating a solution in SharePoint which will get meta data out of the file names uploaded to accordant libraries automatically. Therefore I am using flow and calcula...
TobiasMeyer
May 26, 2020Copper Contributor
Ashish_Kohale Sure! The flow includes conditions "When a file is created or modified in a folder", "Get files (properties only)", Delay, and "Apply to each"/"Update file properties" and "Apply to each"/"Create item".
Ashish_Kohale
May 28, 2020Iron Contributor
1) This may be due to over limit of column metadata. (256 character limit).
2) If you are using Calculated column try to change the datatype for the calculated column.
3) Before updating value in the column try to add if condition and use function "Contains()" for value 256 in the text value and remove value if it contains "256".
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.