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

Conditionally Change Color of Text Field Values in Salesforce

Big Idea or Enduring Question: How do you display text field values in different colors based on the opportunity stage?  Objectives: After reading this blog, you’ll be able to:  Understand when to use before-save flow Use the formula to display texts in different colors Use the SUBSTITUTE function to remove

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

How to Fix MALFORMED_ID Error

I want to thank, each reader, and follower of automationchampion.com, for their support and feedback(s). Some of you requested me to write a blog post to explain (1) MALFORMED_ID Error; and, (2) how to solve it.  I have and will continue to, try my best to incorporate suggested topics, from readers and

Read More

How to Fix FIELD_INTEGRITY_EXCEPTION Error

Big Idea or Enduring Question: How do you resolve the FIELD_INTEGRITY_EXCEPTION error?  The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility –  If a user starts creating a new

Read More

How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error

Big Idea or Enduring Question: How do you resolve the FIELD_CUSTOM_VALIDATION_EXCEPTION error?  The Record-Triggered Flow is a way of automating business processes. Record-Triggered Flow is a powerful tool for system administrators and developers to implement business processes without writing code. However, with great power comes great responsibility –  If a user starts creating a new

Read More