Skip to main content

Questions tagged [screen-flow]

Use this tag as a reference to questions that are related to screen flows in Salesforce.

Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

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 ...
molinet's user avatar
  • 955
0 votes
1 answer
47 views

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.
Krishna soni's user avatar
0 votes
0 answers
40 views

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 ...
Luís Aguiar's user avatar
0 votes
0 answers
26 views

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 ...
Julia Persing's user avatar
0 votes
0 answers
15 views

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 ...
salesforce Uz's user avatar
1 vote
0 answers
91 views

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 ...
Alejandro Martínez Infante's user avatar
1 vote
0 answers
57 views

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. ...
PieterJacob's user avatar
-1 votes
1 answer
111 views

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 ...
Curious Blueprints's user avatar
0 votes
0 answers
60 views

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 ...
forcethesales's user avatar
0 votes
2 answers
186 views

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 ...
user190662's user avatar
-1 votes
1 answer
184 views

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...
Murilo Balducci's user avatar
0 votes
1 answer
186 views

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 ...
khan's user avatar
  • 23
0 votes
0 answers
68 views

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 ...
Omnia's user avatar
  • 323
0 votes
0 answers
38 views

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:...
Sam's user avatar
  • 9
0 votes
1 answer
163 views

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: ...
Sean Lipinski's user avatar
0 votes
0 answers
76 views

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 ...
Lisa Walters's user avatar
0 votes
0 answers
62 views

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 ...
Andrea Cerfoglia's user avatar
0 votes
2 answers
193 views

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 ...
Jwok's user avatar
  • 849
0 votes
2 answers
92 views

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 ...
P P's user avatar
  • 117
0 votes
1 answer
162 views

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 ...
Luis Blanco Quesada's user avatar
0 votes
1 answer
184 views

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. ...
Z0q's user avatar
  • 51
1 vote
2 answers
325 views

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). ...
Ozobywatel's user avatar
0 votes
0 answers
83 views

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 ...
Aakriti.G's user avatar
  • 514
0 votes
0 answers
187 views

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 (...
Pj35's user avatar
  • 54
0 votes
0 answers
186 views

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....
Rasmus's user avatar
  • 23
0 votes
0 answers
122 views

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 ...
user138847's user avatar
0 votes
0 answers
105 views

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 ...
Lim Chong Meng's user avatar
0 votes
0 answers
18 views

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 ...
Diego Delgado's user avatar
0 votes
0 answers
104 views

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 ...
user5352's user avatar
  • 1,741
0 votes
2 answers
135 views

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 ...
Alejandro Martínez Infante's user avatar
0 votes
0 answers
400 views

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 ...
spal's user avatar
  • 155
0 votes
0 answers
56 views

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}), {!...
Alejandro Martínez Infante's user avatar
1 vote
1 answer
325 views

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 ...
Keith Mancuso's user avatar
0 votes
1 answer
247 views

Can I call this Quick action button from a screen flow.
java learner's user avatar
0 votes
0 answers
167 views

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,...
nica's user avatar
  • 1,402
0 votes
0 answers
83 views

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 ...
Jacob22's user avatar
  • 21
0 votes
0 answers
36 views

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 ...
Scott Williams's user avatar
0 votes
1 answer
173 views

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 ...
AlexPolywka's user avatar
0 votes
1 answer
88 views

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 ...
Heather's user avatar
  • 83
0 votes
0 answers
33 views

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-...
tontoandbandit's user avatar
0 votes
0 answers
590 views

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 ...
Adarsh Srinivasan's user avatar
1 vote
2 answers
184 views

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 { @...
Alejandro Martínez Infante's user avatar
0 votes
1 answer
293 views

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 ...
Dev's user avatar
  • 103
1 vote
2 answers
207 views

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 ...
Albatross's user avatar
0 votes
1 answer
86 views

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 ...
Alejandro Martínez Infante's user avatar
0 votes
1 answer
384 views

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 ...
Rochelle C's user avatar
0 votes
0 answers
156 views

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 ...
batuayyildiz's user avatar
1 vote
0 answers
169 views

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 ...
Don's user avatar
  • 158
1 vote
0 answers
90 views

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" ...
molinet's user avatar
  • 955
0 votes
0 answers
208 views

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 ...
Pinch's user avatar
  • 101

1
2 3 4 5
7