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.

How to add conditions in Flow designer

Nishant16
Tera Expert

Need to delete records from sysrule_assignment table which is defined on certain conditions. Now i am using flow designer to trigger these deletions. How can i define the conditions defined in Assignment rules table to the flow so i can trigger the required deletion

i need to delete the below assignment rule from the sysrule_assignment table

 

5 REPLIES 5

I would instead have the catalog item use a reference variable that points to the sysrule_assignment table, and delete the record selected directly instead of querying on the conditions field.