Set Dynamic Delay in Delay Activity

Hi,

Can you try to use TimeSpan.FromSecond method etc, as the following?

image

TimeSpan.FromSeconds(delaySec)

note : delaySec is Double type variable

Regards,

2 Likes