Questions tagged [lightning-flow-builder]
The lightning-flow-builder tag has no summary.
45 questions
0 votes
1 answer
40 views
Recurring Email alert from Lightning Flow
Problem - I am implementing a 'Record-Trigger' flow when a record is created, where I am using 'Scheduled Paths' feature to schedule an email alert. I want this email alert to fire every day until one ...
0 votes
0 answers
83 views
Issue with Refreshing LWC Components on Flow Screen Navigation
We are currently encountering an issue related to refreshing Lightning Web Components (LWC) when navigating between screens in a flow. Background: Our flow contains multiple screens, each with an ...
0 votes
0 answers
108 views
Flow with Scheduled Paths wont show in Flow Trigger Explorer
In Flow Trigger Explorer, i would expect to see The "Review Opportunity with Account Owner" Opportunity Flow, because it has a scheduled path. Configurations on Start node are: Trigger the ...
0 votes
0 answers
76 views
Launch a new Flow Builder with specific Flow Template applied
I'm trying to create a new Flow by directing to a URL that opens Flow Builder with provided options. So far, I'm able to launch the Flow Builder to my selected options but I'm unable to apply the ...
0 votes
0 answers
300 views
Error: You can't use the Send Conversation Messages action type in flows with the null trigger type
Im deploying into my sandbox. I get this error in an autolanched flow used to send whatsaap notifications: You can't use the Send Conversation Messages action type in flows with the null trigger type. ...
1 vote
0 answers
255 views
How to pass parameter from Lightning flow to Lightning Email Template to LWC
I have a requirement to display a list of records in email. Records are constructed from 3 objects. Since it's not possible to use a list in the Lightning template I decided to use LWC in the ...
1 vote
1 answer
2k views
In ScreenFlow can we use output of a picklist component in a formula?
I am trying to build a reactive flow screen I have added picklist component (Approval_Options) to the screen. Its choices are Approve_with_Change and Approve_with_Nochange I have also added a user ...
0 votes
1 answer
517 views
Lightning Flow - Update record element started hitting Limit Too many query rows: 50001 even with option - Use the case record that triggered the flow
We have an 'after record is created or updated' record triggered flow on Case, I have this flow to update the Case->AccountId with Case->Contact->AccountId. Attached screenshot of the flow, ...
-1 votes
1 answer
1k views
Redirect to 'create new record' page from flow
I have scenario where I have designed a flow that when new button clicked on A1, A2 or A3 object's, flow ask questions and then creates record for A1, A2 or A3 based on asnwer. As soon as user click ...
1 vote
0 answers
317 views
Why does Flow Builder Refresh Randomly?
I've had this happen many times where I'm working on a flow, and the screen refreshes randomly. At first I thought I may have accidentally hit Ctrl + R or some other shortcut, but after repeated ...
0 votes
0 answers
1k views
How to pass variable to screen flow from lightning aura component for creating new records
There is a particular object Playbook__c which has master detail relationship with Contact. In this Playbook__c object, there is Contact__c field which is basically the master detail field. Now our ...
0 votes
1 answer
318 views
Unable to Upload Files of Lightning Flow launched by Visualforce
We are using Visualforce override page for New Case Action that is triggering Lightning Screen Flow via Lightning Out. The Lightning Runtime in Visualforce Page was Rendered according to Salesforce ...
0 votes
2 answers
2k views
'Create Records' option missing in the Add element in Lightning Flows
I am new to Lightning Flows. I am currently using a Record-Triggered flow to update a field in Opportunity and I want to insert exception records using the custom Exception Object. I have populated ...
1 vote
1 answer
222 views
Update Fields on Object B, 5 days after the expiration on Object A
I am pretty new with Flows builder. I am trying to create a flow that updates a picklist field and a checkbox field on Object B's record after 5 days of an expiration date on Object A's. Object A is a ...
0 votes
0 answers
332 views
Creating only single record after loop iterates using flow
Is there are any way where we can create only one record after a loop iteration completes in salesforce via a flow?. Scenario: On Account object there is a field called Active if that field becomes ...