Decimal after Daysbetween ()

0
anyone knows what could be going wrong here? Both are date Time
asked
1 answers
4

Days between gives you a number. It counts the number of days between one date and the other.

Your "TimeToComplete" attribute is currently a date time. You probably want to set it to decimal instead, so you can fill it with the number of days between the start and end of the workflow.

answered