Skip to content

Tag: Datatable

Add Clickable Hyperlink columns in Screen Flow Data Table Component Without Creating Formula Fields

When using Data Tables in Salesforce Screen Flows, there’s a common limitation that the table doesn’t support clickable links or showing field values from lookup relations directly.
In this article, I demonstrate a simple workaround for this limitation without creating any extra fields in Salesforce.

For example, I’ve created a Flow that shows all related Cases for an Account in the data table. The datatable display the Case Number and the Contact column as clickable column and also display the contact name instead of its Id.

Salesforce Screen Flow – Download records into a CSV file with specified fields using the collection variable

This articles leverages a lightning web component to export the data from Salesforce screen flow. The LWC inputs a collection variable and convert it into a CSV file. Moreover, you also have options to select an sObject and fields to be exported into the CSV file.