LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.

Results 245 LightningFlowComponents issues
Sort by recently updated
recently updated
newest added

I'm no lawyer so grain of salt: The way I read the LICENSE file at the root of this project is "you can't hold us liable." Fair enough! But the...

### Steps to reproduce Steps to reproduce the behavior: 1. Create a screen flow with two quick choice picklists 2. Set the 2nd picklist up as dependent picklist and add...

This is in reference to the following line: https://github.com/alexed1/LightningFlowComponents/blob/78ba28703b5c49885f2b742780a5edc1d1598352/flow_screen_components/ConvertCSVToRecords_LWC/force-app/main/default/lwc/lwcConvertCSVToRecords/lwcConvertCSVToRecords.js#L115 Line should be `set delimitersToGuess(value) {` This seems to be preventing correct guessing of the delimiter in the CSV. A possible...

### Steps to reproduce Steps to reproduce the behavior: 1. Add a datatable to a screen flow 2. Create quick action to launch flow 3. Launch flow via quick action...

### Steps to reproduce Steps to reproduce the behavior: 1. Install Screen Flow Base Pack 2. Create Experience Site configured with Public Access 3. Create Screen Flow and add to...

**Is your feature request related to a problem? Please describe.** context: user have a list of line of order and he can edit line quantity but I want to get...

Good day to SF unofficialSF fans Trying to use the Execute SOQL Query action. In the following SOQL SELECT Id FROM Case WHERE KS_Keywords__c INCLUDES ('{!varTkeywordValue}') AND CreatedDate = {!varDtargetDate}...

### Steps to reproduce Steps to reproduce the behavior: 1. Install flowbutton 2. Create a Screen Flow that creates a record, a Recordtriggered flow that does actions Beforeupdate on that...

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

type:bug

We have two different sandboxes with different package versions: Dev Sandbox: - FlowScreenComponentsBasePack - 3.0.18 - FlowActionsBasePack - 2.32 UAT Sandbox: - FlowScreenComponentsBasePack - 3.3.1 - FlowActionsBasePack - 3.15 When...