Skip to main content
Nintex Community Menu Bar

Getting "Input string was not in a correct format" error screen on executing any method on a list

  • September 14, 2016
  • 4 replies
  • 187 views

Forum|alt.badge.img+9


 

Symptoms


User was getting "Input string was not in a correct format" error screen on executing any method on a list.

 

Diagnoses



The error was caused by a calculated column on the sharepoint list.

 

Resolution

Remove the problem column.


 




 

4 replies

Forum|alt.badge.img+1
  • October 31, 2016

I ran into the same issue. Removing the caluclated column resolved the problem.

 

Is there any way to have a calculated column without breaking the smartobject methods? Here is the calculated column I used to show a hyperlink:

 

="<a href='[site]"&Project_Code&"'>"&Project_Code&"</a>"


Vernon
Forum|alt.badge.img+14
  • Scout
  • March 24, 2017

SP should not allow you to use a calculated column to inject HTML and that will not work with K2.
Based on the documentation for Calculated Column, there is no expectation that the HTML 'trick' ever intended by Microsoft. https://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx


Forum|alt.badge.img+2
  • July 14, 2017

I had the exact same issue with adding a calculated column (for a percentage) and it broke my form.  Had to remove the column but this is not going to work long term, adding a basic mathematical calc column to a list is pretty standard functionality and should not completely break a K2 form.  Is there any fix for this coming?


  • September 6, 2017

Feel free to add a request to ideas.k2.com to place this on our Fixes list.