Solved

Value was either too large or too small for an Int32

  • 19 March 2018
  • 3 replies
  • 77 views

Hi ALL,

 

Currently have an issue around starting a workflow from a form.

 

Each time I try to trigger the "Start a Workflow" Event, i keep getting the error below;

 

" Value was either too large or too small for an Int32 "

 

I have checked the values that I am passing into the workflow datafield, and ensured that the datatype is same.

 

Still have the same issue. Not quite about what the issue may be.

 

Will really appreciate an answer Pronto.

 

Thanks all...

icon

Best answer by khanh1 11 April 2018, 00:56

View original

3 replies

Userlevel 4
Badge +14
Im guessing you are using Int, what happens if you change both to type string? Also what does the value look like before its passed to the workflow?

You can use a data field of type 'LONG'


 


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


 


K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member

Userlevel 6
Badge +16

This was logged a while back to support long integer (https://ideas.k2.com/ideas/APIT-I-605)

Reply