Thank you for this video - you're the only person that actually explains what you are doing and what the goal is; nearly all the other videos from other people on this topic area people are just creating things on screen and skipping over ALL the details.
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.
Any idea about the: "Can't perform callout because of pending uncommitted changes related to a process, flow, or Apex operation. Commit or roll back the work, and then try again" error?
@@salesforcegeek what to do when you have to use the authentication params to get an access token that is will be included as part of the header? Do you do a first callout to get the access token and then another with the access token?
Thanks so much for this amazing video. I followed your steps but got this error when debug: "Outputs: defaultExc ({"error":{"message":"A validation error occurred.","code":"validation_error","details":{"email":["This is a required argument."]}}}) responseCode (400)" I haven't figured out what is the cause. Anyone has any clue why this happened? Thank you so much!
Cool..! Your my inspiration for the flows brother, Even I like & enjoy to work with flows in salesforce. Keep rocking✊
This means alot thanks Avinash!!
Thank you for this video - you're the only person that actually explains what you are doing and what the goal is; nearly all the other videos from other people on this topic area people are just creating things on screen and skipping over ALL the details.
Thank you 🙏
Thanks for the detailed, and hand held explanation.
You are the best of the best !
Glad to help!
Explanation is very good
Keep watching
Informative content !
Great Stuff! Learned a lot. Thanks so much!
Glad it helped you 😊
very helpfull video
Thnks u
Most welcome
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.
Any idea about the: "Can't perform callout because of pending uncommitted changes related to a process, flow, or Apex operation. Commit or roll back the work, and then try again" error?
Thank you!!!!!!
Thank you!!
Anytime :)
Can you please share a video with HTTP post?
Scheduled for 13th July please stay tuned
How to define Headers, suppose if we are hitting a key-based api?
Sir please share a video when the Salesforce free voucher is available.
+1
Is Post callout between 2 orgs salesforce possible? For example: get a access_token from another org (inbound org) from a 'post' flow method?
Thanks for the video!! What about if you need to autenticate first?
Then we need to add the required headers and authentication params
@@salesforcegeek what to do when you have to use the authentication params to get an access token that is will be included as part of the header? Do you do a first callout to get the access token and then another with the access token?
Thanks so much for this amazing video.
I followed your steps but got this error when debug:
"Outputs:
defaultExc ({"error":{"message":"A validation error occurred.","code":"validation_error","details":{"email":["This is a required argument."]}}})
responseCode (400)"
I haven't figured out what is the cause.
Anyone has any clue why this happened?
Thank you so much!
Seems like you didn't pass the email as you can see in the error