HTTP Callout and Screen Reactivity in Salesforce FLOWS

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 3

  • @gunwindersingh
    @gunwindersingh Рік тому

    It will be helpful if the integration is demoed with actual system, Salesforce to Salesforce or any other system showcasing all Http methods.

  • @bakshirocks
    @bakshirocks Рік тому

    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?

  • @AmanPathak17
    @AmanPathak17 Рік тому

    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.