+ Add post
Hi
I have created a Column(Days) which is an integer value and trying to store it in an Integar I get a formula error. What coud be the issue
Like
Create a new Date parameter in the business process. Put the result of the formula into it and then change your Column(Days)
This likely has more to do with the type of the parameter you're putting the result of the formula into. Make sure the param is an int data type.
Ryan