Send only updated field value to third Party application - Flow designer

Vamshi_ch123
Tera Contributor

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

Vamshi_ch123_0-1690886590884.png

Vamshi_ch123_1-1690886711429.png

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

Hi ,
I am looking for a similar solution. Did you happen to achieve this?