Map the JSON RESPONSE TO Servicenow table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 12:56 AM
@Sohail Khilji @Ankur Bawiskar @Community Alums @Dr Atul G- LNG or anyone please help
I have a JSON Response after executing from flow designer spoke how can I map the JSON Response to servicenow Table the field mapping
please share the video or deocument
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 01:08 AM
Hi @ARAVINDA11 ,
You will need to parse the json response using JSONParser();
refer the below link on how its done and how you can set the field values:
https://www.servicenow.com/community/developer-blog/json-parsing/ba-p/2279166
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 01:51 AM
you will require script to handle this
what did you start with and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 02:01 AM