Can you explain how to pass custom headers in the request? We can pass params through the flow but what if we have to send some custom headers as well?
Hi, I am stuck with a problem while doing an Integration with an External System using Salesforce Record --Triggered Flow that runs Asynchronously. The integration requires me to do multiple POST requests and proceed based on their response. But before the first HTTP Callout finishes the flow moves to the next HTTP callout which needs a value from the response of the previous HTTP call. So it is failing because the value is null as the first one hasn't been completed yet. Please help me with this.
It will be helpful if the integration is demoed with actual system, Salesforce to Salesforce or any other system showcasing all Http methods.
Can you explain how to pass custom headers in the request? We can pass params through the flow but what if we have to send some custom headers as well?
Hi, I am stuck with a problem while doing an Integration with an External System using Salesforce Record --Triggered Flow that runs Asynchronously. The integration requires me to do multiple POST requests and proceed based on their response. But before the first HTTP Callout finishes the flow moves to the next HTTP callout which needs a value from the response of the previous HTTP call. So it is failing because the value is null as the first one hasn't been completed yet. Please help me with this.