How to create json paylaod for incident table

Community Alums
Not applicable

Can someone help me with script for how to create json payload for incident table?

 

9 REPLIES 9

Community Alums
Not applicable

Requirement is to create payload builder for incident table

Jitendra Diwak1
Kilo Sage

Hi @Community Alums,

 

Payload for this will be like below:

{
    'state':'3',//this can be current.state
    'short_description':'Hello World!',//current.short_description
    'category':'hardware'//current.category
}

 

Business requirement is not cleared but sample json paylod is above. Hope  this will work for you.

 

Please accept my solution if it works for you.

 

Thanks

Jitendra

Please accept my solution if it works for and thumps up.

Community Alums
Not applicable

How to create or update incident using payload builder?

 

Hi @Community Alums,

 

Hope this post would help your query below:

https://www.servicenow.com/community/now-platform-forum/json-payload-values-in-a-json-payload-builder-step/m-p/1104007

 

Please accept my solution if it works for you.

 

Thanks

Jitendra

Please accept my solution if it works for and thumps up.

Community Alums
Not applicable

Hi @Community Alums ,

Please check link below 

https://docs.servicenow.com/bundle/washingtondc-integrate-applications/page/administer/flow-designer/reference/payload-build-step-action-designer.html

 

Please mark my answer correct and helpful if this works for you.

Thanks and Regards

Sarthak