What is an Upsert API and How to Create One in MuleSoft

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @suryaveer1794
    @suryaveer1794 5 ปีที่แล้ว +1

    INSERT INTO customers (email, first_name,last_name, biography) VALUES (#[payload.email],#[payload.firstName],#[payload.lastName],#[payload.biography]) ON DUPLICATE email UPDATE first_name
    = #[payload.firstName], last_name = #[payload.lastName] , biography= #[payload.biography] ;

    • @JasonEstevan
      @JasonEstevan  5 ปีที่แล้ว

      Very close, it needs to be "ON DUPLICATE KEY". I didn't mention it but the email column has to be set as an unique index or primary key for it to work. I appreciate your response, email me your paypal account details.

    • @suryaveer1794
      @suryaveer1794 5 ปีที่แล้ว

      Thank you very much for offering money , but i would prefer not to take money.
      Keep posting some good videos, that will be enough for me.

  • @yuliandrearubiano3390
    @yuliandrearubiano3390 5 ปีที่แล้ว

    How can I make a Upsert with mule 4 in salesforce which components do I need to place in the flow?
    Please help me

  • @jaipatel9666
    @jaipatel9666 5 ปีที่แล้ว

    How can i read 1M records form database and send them to salesforce using mule 4?

  • @christopherhallstaff5621
    @christopherhallstaff5621 5 ปีที่แล้ว +1

    MuleSoft 4eva!!!!!!!!!!!!!!!!!!