- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 12:20 AM
I have to build a JSON object in this script and send in rest message:
with this data:
how can i do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 02:53 AM
Hello
It will be like -
{
"first_name":"${first_name}",
"last_name":"${last_name}",
"active":"${active}"
}
Where $ variable name is the field name we have set in business rule.
Also please check below video. It will clear you all queries.
Kindly let me know if you have any doubts
Thanks
Akshay Kangankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 11:35 PM
Hello
Did you get chance to look into solution provided by me. Please let me know if you need any help.
If my answer resolved your issue feel free to mark correct as well, so it will be helpful for others looking for similar query.
Thanks
Akshay Kangankar