Hola! 🙂 If you have used the new standard Data Table flow screen component, you might have noticed that the current version Data Table component doesn't support collection of Apex Defined Types. A typical use case for this is when you're receiving data from an external system by doing a callout and want to surface … Continue reading How to use Apex Defined Types as Source in the Data Table?
Uncategorized
Record Trigger Flows Design Patterns: One flow vs Multiple flows
Hello there! 🙂 Recently I had the opportunity to collaborate with Jennifer, Diana, Karmel and Tom to do a session on Record Trigger Flows Design Patterns where I was on team Multiple Flow design, Karmel and Tom on team One flow design. Here's the recording of the same (links for blog posts are also listed … Continue reading Record Trigger Flows Design Patterns: One flow vs Multiple flows
Flow Apex Action: IN Clause filter action v2
IN clause query action has been one of my widely used Apex actions in the community and I've been receiving a lot of requests for the ability to include additional filters in the query. So I've created a new Apex action that supports including additional query filters in the Apex action. You can find the … Continue reading Flow Apex Action: IN Clause filter action v2