Question
formula value error: Cannot convert type "Int32" to "Entity" in creatio
08:03 Jun 01, 2024
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
2 comments
08:55 Jun 04, 2024
Create a new Date parameter in the business process. Put the result of the formula into it and then change your Column(Days)
20:00 Jun 06, 2024
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
Show all comments