Number to Duration

I have a numeric field representing a duration in hours. I need to convert this to a duration field in a logic block.

A duration - which is technically a flavor of a datetime data item - is always stored in milliseconds. To convert your number of hours numeric to milliseconds you multiply by 3,600,000. A datetime is a valid output from math actions.

2 Likes