Skip to main content
Subhani Pothakamuri 님이 Flow HTTP Callout에 질문했습니다

Hi,

 

I am trying to use the Http post action to post a request to external system. There is a change request from external system that I need to add one more parameter in my json request. Currently I do not see any option to edit the sample request json apart from doing it from scratch. Any idea on if we already have any option for this?

#HTTP POST Method #Screen Flow

 

Ex: current http request

{

"email":"testusers@testing.com",

"apikey":"xxxxxxxxxxxxxxxxx"

}

Updated 

 

{

"email":"testusers@testing.com",

"apikey":"xxxxxxxxxxxxxxxxx"

"name":"testing"

}

답변 5개
  1. 2023년 6월 30일 오후 9:01

    It turn out that it may be a bug from salesforce end and they will investigate on this and confirm the outcome. As the investigation things need time, I will just move forward with creating the new actions.

0/9000