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.

Update Catalog Task Variable using REST API

KethaA
Kilo Contributor

I am trying to update a sc task variable using patch api (/api/now/table/sc_task/<task_sys_id>)

Body-

{
"sys_id":"7ceb8c101bae8e50aa03b9de034bcbba",
"variables":{"support_request_type":"Access"}
}
But the field(support_request_type) is not getting updated.
Want to know like what is process for updating the variables using REST API.
0 REPLIES 0