Hola! 🙂 In this article, we shall see how we can set up an equivalent for LIMIT N clause("Select... LIMIT 5 "; SOQL, ring a bell?) in a flow. For those who are not aware about the LIMIT N clause, what it does is sets the maximum number of records that will be returned by … Continue reading Workaround for Query only first N records in Flows – Part 1
Month: Nov 2019
Salesforce and AWS Integration made easy via Named Credentials!!
Hi, very happy to see you here! 😀 Before we start, I would like to thank Tim Peng for helping me out with some technicalities on this one. In this article, I will be sharing a great news for all the devs who have, or in future might be in the working, on any Salesforce … Continue reading Salesforce and AWS Integration made easy via Named Credentials!!
AWS and Salesforce Integration using AWS Signature Version 1
Hi! 🙂 I was recently working on an integration between Salesforce and AWS, and along the way there were times where I needed help but I couldn't find much help online. Eventually I was able to do it, *phew*, and thought to blog about since there aren't much resources to look for. So in this … Continue reading AWS and Salesforce Integration using AWS Signature Version 1
Dependency API : Find all the referenced Metadata!
We are all well aware about dependencies when it comes to implementing a solution. Now imagine you have to make a change in the solution that you implemented and you are not sure what are all the different metadata components that are being referenced be it in an Apex class or a flow. Well, you … Continue reading Dependency API : Find all the referenced Metadata!
Meet my new Dynamic Flow Launcher!
Hola! 😀 I am very excited to share this one with you guys! Kinda like a Dreamforce gift from my side to my fellow trailblazers. So what this component is about? As the name suggests, it's a flow launcher that allows a user to call a flow, both Screen flow and Autolaunched flows, from almost … Continue reading Meet my new Dynamic Flow Launcher!