LightningFlowComponents
LightningFlowComponents copied to clipboard
A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.
Problem: ExecuteSOQL class fails when multiple semi-select sub queries are used. Example VALID query that fails: ``` SELECT Fields FROM Object WHERE Conditions AND Id in (SELECT otherId FROM otherObject...
### Steps to reproduce Steps to reproduce the behavior: 1. Enable Lightning Component Debugging for the user who authors a flow containing the fsc_flowButtonBar component 2. Open a flow containing...
After copying a screen with a datatable in it, I get the following error when attempting to re-configure the columns. I deleted the copied screen, as well as the original...
### Steps to reproduce Steps to reproduce the behavior: 1. Screen flow with expression builder, pulling (if filled in) an existing expression from a long text field on a record...
### Steps to reproduce I have tried the different forms of setup input all seems affected for what I have tried Steps to reproduce the behavior: 1. Be on Summer...
Hi, I have found out that some flow components show Reference error in debug mode, namely Dual List Box and Quick Choice components. Solution is in pull request https://github.com/alexed1/LightningFlowComponents/pull/980 The...
**Is your feature request related to a problem? Please describe.** I would love to be able to use SendBetterEmail and essentially recreate the send email Lightning component which allows editing...
Hi there, Today, I came across an issue - I am struggling to understand what happened, I hope you can help me identify & rectify this. Suddenly, screen flows that...
### Steps to reproduce In an org with multi-currency enabled and at least two currencies configured. Steps to reproduce the behavior: 1. Create a record with a currency field and...
When you add a BCC address manually/as a string, and then clear the value it sets the SendBCCToThisOneEmail as 'null'. This subsequently causes the email action to fail with _An...