I have a “time between” calculated property. In my case, it gives a calculation of years, but it can be days, months, etc. I then want to be able to copy that value into a Single line text property.
- When I use the “copy property” workflow action it comes up in milliseconds instead of the literal value displayed in the calculation property. So instead of “3 years” I get “83376000000”.
- When I use the “set property” workflow action the value defaults to days. So instead of “3 years” I get “965 days”.
I think it would be best if the actual display value copies over rather than the millisecond or day values.