Solved
Create workflow activity using javaScript
Hello, is there any way to create an Activity using Javascript?
Basically, create it in execution
Thanks;
Hello, is there any way to create an Activity using Javascript?
Basically, create it in execution
Thanks;
Hi @campaignerforlife ,
Create a JS, and add below script
var frequency = 10 * 1000 // 10 seconds
task.wait(frequency)

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.