Duration of 1 minute in Flow Designer adds 30 days!? Why?

Jacob Saaby Nie
Tera Contributor

Hi everyone.

 

So I have this flow where, depending on the instance, I set a duration of 1 minute (for dev/test) or the correct production value if run in the production instance.

 

My problem is, no matter what I do, 30 seconds, 1 minute - 30 days are added at runtime.

 

I've tried 0 0:1:0.

I've tried 0 00:01:00.

 

As you see in the image, there's 30 days added. But what's put into the flow variable is "0 00:01:00". The flow variable is of type string.

 

JacobSaabyNie_1-1722816770761.png

 

 

I then pass that flow variable into the duration field of the Wait for condition action, as seen in the attached picture.

JacobSaabyNie_0-1722816726623.png

 

30 days are added. Any of you have an idea why? Is this a bug? Is there something in the duration format which I must take into account regarding platform dateformat? Am I doing something wrong?

1 REPLY 1

Jacob Saaby Nie
Tera Contributor

Bump