Zero-Code HTTP POST Request in Salesforce Using Flow's 'HTTP Callout'!

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2024
  • #salesforce #api #openapi #rest #nocode #externalservices #http #intergration #lowcode
    API tester
    webhook.site/
    Salesforce HTTP Callout
    help.salesforce.com/s/article...
    Salesforce External Service
    help.salesforce.com/s/article...
    Joel Kaufman is a salesforce architect at firstlygroup.com
    for salesforce consulting and or customization, please reach out to sales@firstlygroup.com

ความคิดเห็น • 2

  • @hi-eq1xi
    @hi-eq1xi 6 หลายเดือนก่อน +1

    nice talk

  • @jimmyjuarez2776
    @jimmyjuarez2776 5 หลายเดือนก่อน

    Hi Joel, this video is AWESOME!!! Probably one of the best I've seen on this topic. For the first and second Assignment elements within the Loop. If you declare a bunch of properties in the schema of a json object, how do you get the output of the constructed object to contain only the properties that you defined in the assignment? For example, I'm trying to post Opportunity Products to an order management system, each "Order Product" has a different set of properties. I've added a Decision element to direct the Flow to a "specialized" assignment element that only contains the mapping to the relevant properties. However, after the first assignment exits, then passes through the second "Add" assignment, that compiles the properties and stacks them in an additive fashion, instead of constructing the JSON payload that was defined in the first Assignment element. Any ideas on how to solve this issue?