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.

I want to create a Workflow on custom table

AbdulAzeez
Mega Guru

Hello Everyone,

I want create a workflow on one of my custom table.

I edited UI Action and created a new workflow same as Change request table later i created workflow context same as Change request workflow context. I can see the workflow link but i when i click on that i am getting an error as below:

find_real_file.png

6 REPLIES 6

Inactive_Us2231
Giga Expert

Hi Abdul,



You need to open the workflow editor to create a workflow and add properties, like on which table you want to run the wrkflow. add a condition on which the workflow will be triggered and then it should appear on the workflow contexts once the workflow is triggered.




I hope this helps!


Please mark helpful/like or correct if it assists you in anyway.


Thanks


bernyalvarado
Mega Sage

Hi Abdul,



The following should be helpful: https://community.servicenow.com/thread/233157



Thanks,


Berny


Harsh Vardhan
Giga Patron

have you selected your custom table while creating a new workflow? also check the workflow start condition. it might be possible condition did not trigger that's why it did not attached on your table.