Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need to generate a change task automatically based on category selection

Rajamouly
Tera Expert

I want to generate a change task automatically, for this i have written after business rule which is not working.

 

Can anyone help me what's wrong in the below screenshot.

 

Rajamouly_0-1667908699187.pngRajamouly_1-1667908766381.png

 

6 REPLIES 6

Hello,

 

So how did you create this change task using the same script/BR. if yes then what is still left?

HI,

 

The current change task(highlighted in yellow) is getting created from Flow designer, i want to create one more change task as shown in the below screenshot.

 

Rajamouly_0-1667913838075.png

 

 

 

 

To achieve i have created one more flow designer when category="Development and Automation" then automatically creates change task.

 

Here the problem is we should create both change tasks but in my case the 1st change task closes then it is creating another change task so i am using after business rule to achieve requirement.