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.

What is my table name of the workflow?

coolshare
Kilo Explorer

I have a workflow and want to use the table API to access my workflow info.

But the table API requires a table name

Table API - GET /now/table/{tableName}

What is the table name for my workflow?

Thanks

1 ACCEPTED SOLUTION

mazhar4
Giga Expert

The table where all the workflows are stored is the "wf_workflow" . To access your specific workflow, you use the sys_id of your workflow.



PS: Mark Correct / Helpful if it helped you fix this problem


View solution in original post

1 REPLY 1

mazhar4
Giga Expert

The table where all the workflows are stored is the "wf_workflow" . To access your specific workflow, you use the sys_id of your workflow.



PS: Mark Correct / Helpful if it helped you fix this problem