Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

Read More

Remove Rich Text Formatting Using Flow

Big Idea or Enduring Question: How do you automatically remove HTML markup from the rich text area field and return plain text? Objectives: After reading this blog, you’ll be able to:  Understand how to use stripHtmlTags sting method Understand how to check Text Area (Rich) ISNULL or ISBLANK Call an

Read More