Questions tagged [screen-flow]
Use this tag as a reference to questions that are related to screen flows in Salesforce.
319 questions
0
votes
0
answers
33
views
graphql results not being updated
I have a lwc inside a screen flow that gets Asset records and changes some information that later on will be updated on the parent screen flow.
The records are being update but if I finish the screen ...
0
votes
1
answer
47
views
How do I pass data from LWC to Screen flow Dynamically, Without going to next screen?
I want to fetch a Variable's value from a LWC to Screen flow dynamically, without going to next screen. Later I want to use the returned value to pass in another LWC.
Any suggestion would be helpful.
0
votes
0
answers
40
views
Adding a single value to a Collections, instead of all required values
Hello all I have an issue with a screen flow. In the print, you can see the components numbered 1 to 5. The issue is in component (5), where it's only adding one single Id, the last one, even if it ...
0
votes
0
answers
26
views
The equals operator can be used in report URL parameters, but has anyone found a way to use other operators (e.g., <, >, <=, >=, etc.)?
Question: I know that the equals operator can be used in report URL parameters, but has anyone found a way to use other operators (e.g., <, >, <=, >=, starts with, contains)?
Context: I’m ...
0
votes
0
answers
15
views
Flow path appears differently for some users
In screen flow, Progress Indicator Type is set to Path: Top of screen :
However, for some users when they launch the flow progress is shown as Simple: Top of screen :
What could cause the issue that ...
1
vote
0
answers
91
views
LWC: Apex-defined ouput variable only storing 1 record
I have a LWC that is embedded inside a screen flow. The component shows a datatable with records of Order object and I want to keep the records that the user has selected (with a checkbox) in the ...
1
vote
0
answers
57
views
FlowScreen Output Variable is Reset When Navigate Back to FlowComponent Using Previous
I have two lightning_FlowScreen components.
The first flowscreen component delivers output (through targetConfig property) that can be used as an input variable for the second flowscreen component.
...
-1
votes
1
answer
111
views
Screen Action had this error: "A field wasn't found or isn't supported for Apex action"
I have an Autolaunched Flow that takes an apex-defined variable as an input parameter. This parameter includes an account record with a billing address field. I am running the autolaunched flow as a ...
0
votes
0
answers
60
views
Record Ids passed to flow from URL are coming in blank
Since the Summer 25 release, users of the Unsubscribe Link package from app exchange are getting tons of errors. The package generates a URL that can be included in an email which includes variables ...
0
votes
2
answers
186
views
LWC-Embedded Flow Fails for Guest Users On Experience Site — “Failed to get error from response” + INVALID_SESSION_ID
I'm building a public Experience Cloud site for a Government Cloud Plus org that allows guest users to submit an enrollment form built using a Screen Flow embedded in a custom LWC.
The flow runs ...
-1
votes
1
answer
184
views
How to change background color of screen flow?
Someone know how to change the background-color of the Screen Flow? It's possible?
I tried to create a LWC Wrapper changing the background color, but had no success...
0
votes
1
answer
186
views
Conditional Component Visibility in screen flow not working
I have a Screen Flow where, I want to display a section only if the picklist value of a case is "ABCs" else it should be hidden. I am getting the case record and all its values using ...
0
votes
0
answers
68
views
Required Fields Behavior in LWC Embedded in Screen Flow
I've created a Lightning Web Component (LWC) that is embedded within a Screen Flow.
The purpose of this component is to allow users to select the Opportunity type during creation (in a standard flow ...
0
votes
0
answers
38
views
Screen flow special requirement
I am using Salesforce screen flow to build a detailed screen for a custom object called Trucks__c
I have a master detailed related list called Inventory__cThe Inventory__c has the following fields:...
0
votes
1
answer
163
views
Trying to Display Static Account and Contact Information on Home Screen in Experience Cloud
Right now our home page in community displays Account details for the logged in user using Apex classes enbedded in LWCs. Right now it looks something like this on our home page in experience cloud:
...
0
votes
0
answers
76
views
Creating flow to Allow users to create a Quote from an Opportunity and be redirected to the newly created Quote record upon completion
I'm creating a flow to Allow users to create a Quote from an Opportunity and be redirected to the newly created Quote record upon completion. I keep getting an error. Looking for input into what I ...
0
votes
0
answers
62
views
Picklist appears empty in Flow
Im trying to show in a Flow Screen the value of the picklist called "Family" that has been previously selected and saved. In salesforce Inspector i see the value of the picklist (so the ...
0
votes
2
answers
193
views
API Call From Flow Returns "not valid for use with the REST API"
tl;dr - How do I get a valid session Id in an Apex class called from a screen flow?
Note: My org uses CPQ's Advanced Approvals - any time I mention "Approvals" I'm short-handing Advanced ...
0
votes
2
answers
92
views
Display managed package data to non-licensed users
We have a situation where we need to display managed package data to some users without licenses. This is a very basic requirment where we need to show 5 fields from managed package object to these ...
0
votes
1
answer
162
views
LWC Sticky Navigation Button
I'm working on a screenflow that has become rather large, so I want to have a sticky header that the user can click on to save results (basically the "next" action)
However, I'm having 2 ...
0
votes
1
answer
184
views
Open Flow in Modal inside FlexiPage with ListView
So I have a FlexiPage with a ListView of Service Objects and a Flow.
Now I want to keep the ListView as the original SF Listview but the flow I would like to move behind a button and inside a popup.
...
1
vote
2
answers
325
views
Screen Flow: Lookup component as a source for dynamic/reactive field population
Here is a simple Screen Flow that lets user quickly create an Opportunity and a Quote with one click. Customer wants to keep just a single screen and prefers Flow over LWC (for maintenance concerns).
...
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
187
views
Screen flow choice Lookup not displaying all choices from record choice set
In my Screen flow, On Display I have Choice lookup, this choice lookup is using record choice set called 'CustomerDirectAccountChoices' which get all account records where its type is Customer-Direct (...
0
votes
0
answers
186
views
How do I get screen flow lookup to search on a specific field and avoid needing to click Show more?
I want to make a screenflow where the user can input a identification number to search for the correct account.
The problem is that the Account with that number does not appear until I click Show more....
0
votes
0
answers
122
views
LWC on Screen flow using SessionStorage to set values
I have a LWC on the screen flow which has dependent picklists which on handleDependentPicklist change would set the sessionStorage variable with the name of "controlling field value + dependent ...
0
votes
0
answers
105
views
Screen flow creating duplicate records when click on previous
I am encountering a scenario where I will be creating a application record and keeps on updating the record, as we having more than 10 screen components.
But when the user click previous to navigate ...
0
votes
0
answers
18
views
Query Newly Created Records from Create Records Element Using a Record Collection Variable [duplicate]
I have a Screen Flow where I am adding childOpportunityRecord(s) to a childOpportunityRecordCollection variable. That collection variable is being passed to a Create Records element where I am ...
0
votes
0
answers
104
views
How to dynamically filter on Record choice set in a screen flow
In a screen flow, I have two Record choice set which corresponds to 2 objects in Salesforce
Object A
Object B (has a look up to Object A)
In the same screen, I want to be able to show the Object B ...
0
votes
2
answers
135
views
Salesforce flow - Include multi-object lookup
is it possible to have a lookup component in a screen flow like the ones you have in a task for example, where you can select first the object and then the record. I'll leave a screenshot for ...
0
votes
0
answers
400
views
How to Dynamically Filter Choice Lookup Options Based on a Picklist in a Salesforce Flow Repeater?
I’m working on a Salesforce Screen Flow where I need to dynamically filter a Choice Lookup based on a selected Picklist value. However, this is inside a Repeater element, and I can’t get the filtering ...
0
votes
0
answers
56
views
Screen Flow - Picklist value equals null
I have a screen flow in which the users select a value from a picklist and I want to use that picklist value in a formula. The formula is the following:
IF(
ISBLANK({!accountRecordId.Id}),
{!...
1
vote
1
answer
325
views
Cant pass a recordId into a flow from a LWR site on an object detail page?
Im trying to do something pretty basic that works well in Aura sites but doesnt seem to work in LWR sites.
I want to pass a simple data binding express into a flow, Specifically {!Item.Id}. It renders ...
0
votes
1
answer
247
views
Is there any way to call this Quick action button from screen flow?
Can I call this Quick action button from a screen flow.
0
votes
0
answers
167
views
Trigger Flow with a Button on an Experience Cloud List View Page
I’ve created a flow and added it to an Experience Cloud site page using the Flow component in the Experience Builder. I selected the flow, published the page, and everything works as expected. However,...
0
votes
0
answers
83
views
Visual bug on "Show More Results..." modal fired from the standard lookup component in a screenflow?
I'm creating a screenflow that overrides the "New" button on a custom object. The first screen contains a standard lookup component for users to select a record to relate the new custom ...
0
votes
0
answers
36
views
Mystifying sporadic screen flow hiccup
I am having a wild time trying to figure out this flow problem. Or to even devise a way to debug it. It's complicated but I will try to explain:
The flows are in an Experience Cloud site - the logged ...
0
votes
1
answer
173
views
'Activity' not showing as an Object when creating a Record variable in Screen Flow
I'm currently building a Screen Flow (in an org set up wtih NPSP, Sales and Service Cloud).
I want users to be able to log an activity against the Case object as part of this flow. When I have been ...
0
votes
1
answer
88
views
Screen Flow Validate Input
I've tried many things, but cannot figure out why this is not showing the error.
Requested_Credit_to_Apply is a currency input field. Expected value will be a positive number.
forPositiveTotalCredits ...
0
votes
0
answers
33
views
Create 'n' number of child components from LWC property editor
This has probably been asked before, but I can't seem to find the answer I'm looking for, maybe someone can help.
The functionality I'm looking to achieve in a custom LWC is very similar to the new-...
0
votes
0
answers
590
views
Flow Error: Input Variable "recordId" Doesn't Exist in Active Flow Version
I am encountering an issue with a Lightning Web Component (LWC) that invokes a screen flow. Despite having the recordId set up as an Input Variable in the flow and marked as Available for Input, I ...
1
vote
2
answers
184
views
Invocable Variable not showing on Screen Flow
I have a screen flow that makes use of an invocable method. The method returns List<List<Response>>, being the Response constructor like this:
public class Response {
@...
0
votes
1
answer
293
views
Array of SObject to flow-input-variables in LWC lightning-flow
I invoke a flow from an LWC component.
I just want to pass an array of Contact to the flow from LWC (in the js below, the 3rd variable).
What should be the type that we should use in the ...
1
vote
2
answers
207
views
Flow -> Screen -> 3 number fields where the last one auto-calculates after any 2 are filled in?
I'm brand new to both Salesforce AND to this community, so please forgive me if I've missed something horrendously obvious!
What I'm trying to do:
With my very new/loose grasp on what Flows and Screen ...
0
votes
1
answer
86
views
Pass variable from one apex class to another
I have a class that retrieves a value and set its in a variable phoneNumber. I need to use that value in an apex controller that is called from a visualforce. So the case is as follows:
Class ...
0
votes
1
answer
384
views
Screen Flow - Display Text Component Visibility Issue
Display Text Component Visibility Issue
In Screen Flow, when you send someone back to a previous screen, the Display Text component visibility is not working because it's not recognizing changes to ...
0
votes
0
answers
156
views
lwc spinner does not stop in salesforce screen flow
I've integrated my custom lwc spinner to the screen flow. It just basically shows spinner if the boolean variable is true.
I've called the lwc from my flow, given the boolean input. After my Apex call ...
1
vote
0
answers
169
views
How can I Modify the labels in Salesforce Scheduler screenflow components
I am customizing the Screen Flows provided by Salesforce and need to modify some labels in the existing Salesforce components, but I can seem to find the options.
for example, in the "Select ...
1
vote
0
answers
90
views
ScreenFlow LWC configurator update Apex-Defined Input
I have a custom LWC that has another custom LWC as configuration editor of a flow. This LWC has a property I set as Apex-Defined:
<property name="source" type="apex://Source" ...
0
votes
0
answers
208
views
Apex-Defined Class not showing in ScreenFlow or Funky Design?
Considering the code below:
I'm passing an Account...the List seems required even though there is only one Account...
The result is a list of my custom object "ServiceInfo".
When I attempt ...