Send only updated field value to third Party application - Flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 03:47 AM
Hi All,
hi the custom action is created using flow designer to update the field values in third party application . in the payload how to send only update data which means when short description is changed only that should update no other value should be passed
for now the payload looks as below when I update short description
{
"payload":{
"clientName":"fffnb",
"clientTicketNumber":"CHG0031287",
"description":"Testing INC0010585",
"short_description":"Testing INC001008123",
"status":"Assess",
"ticketType":"Change"
}
}
Thank you
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 03:17 AM
Hi ,
I am looking for a similar solution. Did you happen to achieve this?