Run Schedule-Triggered Flow at Flexible Repeat Intervals

Big Idea or Enduring Question: How do you run schedule-triggered or autolaunched flow at flexible repeat intervals? Objectives: After reading this blog, you’ll be able to: Run a Schedule-Triggered Flow in regular intervals (for example, every 15 minutes, Hourly, Every four hours, etc.) Run a Schedule-Triggered Flow only on weekends.

Read More

Automate Currency Exchange Rate Updates in Salesforce using Currency Exchange API

Big Idea or Enduring Question: How can you leverage Currency Exchange API to automatically update exchange rates on a daily basis in Salesforce using Salesforce Flow Objectives: After reading this blog, you’ll be able to: Create Named Credentials for outbound requests. Make an external callout from Scheduled-Triggered Flow. Address the

Read More

Proactive Salesforce Monitoring: Periodically Checking if Salesforce is Down with the Salesforce Trust API

Big Idea or Enduring Question: How can you leverage Salesforce Trust API to proactively monitor your instance for real-time downtime and maintenance notifications? Objectives: After reading this blog, you’ll be able to: Create Named Credentials for outbound requests. Create a Text Template in the Flow. Use the Send Email core

Read More

Hard Delete Records Using Salesforce Flow

Big Idea or Enduring Question: How to hard delete records from Salesforce using Flow? Objectives: After reading this blog, you’ll be able to: Understand @InvocableMethod Annotation Learn about database.emptyRecycleBin method Configure Apex action to hard delete records from Flow Configure Screen Flow with Record Delete element And much more What

Read More

List of All Available Formulas For Salesforce Flow

Big Idea or Enduring Question: How to find out all formula functions allowed in a Flow? Objectives: After reading this blog, you’ll be able to: Find out all formula functions supported in Salesforce Flow Run SOQL for Tooling API objects and much more Business Use case Isabella Stewart is working

Read More

Work With Aggregate Functions in Salesforce Flow

Big Idea or Enduring Question: How to work with the aggregate functions in Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Find out the NUMBER (Count) of rows for query criteria. Find out the MAXIMUM value of a field for query criteria. Find out the MINIMUM value of a

Read More

Remove Duplicates from Record Collection Variables in a Flow

Big Idea or Enduring Question: How do you remove the duplicates from the record collection variables or collection variables in flow without writing code? Objectives: After reading this blog, you’ll be able to:  Understand different flow operators in assignment element Understand how to remove common records b/w record collection variables

Read More

How to Get Salesforce Org Base URL in Flow

Big Idea or Enduring Question: How do you get your Salesforce org (Including Community) base URL and the record full URL in Flow? Objectives: After reading this blog, you’ll be able to:  Get your salesforce org base url in the flow Get the current community url in the flow Get

Read More