Howdy folks! 😀 In today's article, we are going to discuss how we can achieve OR condition while fetching/querying records from Salesforce database in Flows. In Flow elements like Get Records, Update Records, Delete Records & Record Choice Set(variable type), when we are filtering the records using some conditions, you might have noticed that there … Continue reading How to do OR condition while fetching/querying records in Flows
Month: May 2019
Workaround for IN clause in Flows – Part 1
Howdy folks! 😀 In this article, we shall see how we can set up an equivalent for IN clause("Select... where IN... "; SOQL, ring a bell?) in a flow. Currently, we do not have any out of the box equivalent for IN clause in flows. So generally we end up doing queries inside a loop. … Continue reading Workaround for IN clause in Flows – Part 1