- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:21 AM
Hi there
in flow designer not sure if my REST message is formatted correctly, it comes up with error message , empty json string
Thanks
Levino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:47 AM
Hello @levino ,
1) you need to remove SN keyword in the middle of the JSON
2) And in value attribute you can remove quotes for dynamic pull of action value
3) you need to end the JSON by a closing flower brace and also end the array with closing square bracket
Hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 02:57 AM - edited 08-14-2023 03:07 AM
Looks good to me except "sn", also refer: https://www.servicenow.com/community/developer-articles/outbound-rest-integration-using-flow-designe...
this will help
Also paste your json here and check : https://jsonviewer.stack.hu/