Using flow designer Wait for duration until reach the Value of system property.

Kusuma Sai
Mega Guru

I have a system property and the type is Integer, and the value is 300. After the trigger condition wait 300 seconds of time then execute the remaining flow. But waiting time need to be dependent on the system property value. Can you please help me on this.

If use script action to wait the time please let me know what is the input and output I have to take and what are types needs to take.

 

@Ankur Bawiskar 

1 ACCEPTED SOLUTION

@Kusuma Sai 

exit the edit mode and then set the value using data pill on that output variable

AnkurBawiskar_0-1733492539684.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

18 REPLIES 18

@Kusuma Sai 

exit the edit mode and then set the value using data pill on that output variable

AnkurBawiskar_0-1733492539684.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thank you sir @Ankur Bawiskar . Please suggest calculating exact 7 (7*24*60*60) days of time, what i have to add the value in 'system property'.

@Kusuma Sai 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar , Please suggest calculating exact 7 (7*24*60*60) days of time, what i have to add the value in 'system property'.

@Kusuma Sai 

you need to get the duration value for this

unix epoch time starts on 1st Jan 1970

So you want 7 days so it would be this

1970-01-07 00:00:00

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader