Forum Discussion

TobiasMeyer's avatar
TobiasMeyer
Copper Contributor
May 26, 2020

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 calculated columns. While processing this, SharePoint keeps adding the value "256" to a certain column, which is being transferred to a list that is later used for filtering, and I have no clue how to avoid this.

Did anybody have this issue before? What is it?

 

Best regards,

 

Tobias

3 Replies

    • TobiasMeyer's avatar
      TobiasMeyer
      Copper 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's avatar
        Ashish_Kohale
        Iron Contributor

        TobiasMeyer :

        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.

Resources