Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
170 views

I'm trying to deploy a Flow from a lower environment to a higher environment (e.g. sandbox to UAT) in Salesforce using Metadata API or a deployment tool. The Flow includes an HTTP Callout action (...
vivi-ramji's user avatar
-1 votes
1 answer
579 views

I'm working on an Apex Invocable Method that returns a wrapper class with nested wrapper objects. However, in Flow, I'm unable to access the inner wrapper fields properly. Here’s a simplified version ...
yogesh lee's user avatar
0 votes
0 answers
125 views

I have a flow called from custom button that updates records on a different object when the user clicks the button. Flow and button work perfectly, except at the end of the flow - "Your flow has ...
Mentee's user avatar
  • 11
0 votes
1 answer
53 views

I am using a flow in salesforce to return cases, now I want to show the cases in a einstein bot, it has a limitazation of 10 records at the momento to display by the screen, so I was thinking about ...
juan ventura rivas's user avatar
0 votes
0 answers
561 views

I have created a flow in Salesforce which sends an email when a field in the Opportunity object is updated. The email template is as below. This email template was created in classic and is of form ...
Vignesh's user avatar
  • 11
1 vote
1 answer
2k views

I have a requirement to create a flow to walk through the campaign members of a campaign, and attach an activity at each member's contact record to indicate that the campaign email was sent. The logic ...
tallpacker's user avatar
0 votes
2 answers
279 views

I have built an @InvocableMethod to be used as an action in a Salesforce Flow. It's basic functionality is to look up some records, saves the result in a List of sObject, then make a call out and ...
mtbIt's user avatar
  • 83
0 votes
1 answer
212 views

I have a string that is generated in the flows, for example, the generated sting is '998798474610237811'. I would like to transfer it to a barcode with ext39b method and send it through a email with ...
pluto_99's user avatar
0 votes
2 answers
289 views

Error Received in Flow when creating a formula resource The formula expression is invalid: Incorrect number of parameters for function 'IF()'. Expected 3, received 4 IF({!$Record....
Robin Thomas's user avatar
4 votes
2 answers
4k views

I'm running into a strange issue with my Record-Triggered Flow in Salesforce. Basically, whenever a record is created or updated in Salesforce, we want to send a message to an external API. The ...
Steven's user avatar
  • 19k
1 vote
1 answer
407 views

I'm new to flow and trying to create an automation that will update the Opportunity Stage from "Prospecting" (any Stage but Closed Won) to "Closed Lost" Stage if more than 6 ...
ThomasShelbyLTD's user avatar
0 votes
1 answer
280 views

I am trying to let people edit a single Asset field through a flow which is exposed through a Force.com site. Basically, the person receives a link to the site and should be able to go click through ...
GCL's user avatar
  • 45
0 votes
1 answer
235 views

In the salesforce documentation for my job, we have some links to flows that are being described. This lets someone reading the documentation easily access the flow to view or edit it. However, the ...
bbook's user avatar
  • 15
0 votes
1 answer
1k views

I am trying to Validate input of text field conditionally. But its not working. When i debug the flow it's not validating the input. I've tried ISBLANK(), ISNULL() also but no use.
UI Admin's user avatar
1 vote
1 answer
986 views

Is it possible to run a query to see which permission sets the Manage Flows = True? With the new summer 23 release there is an option to be more pragmatic with the Flow Permissions in Permission Sets ...
J B's user avatar
  • 11
0 votes
1 answer
1k views

I'm trying to make some of the automation at my org more accurate, creating Contact records when a custom Full Name field on an Opportunity record is added for the first time, but I'm having ...
a guy i kno's user avatar
0 votes
1 answer
988 views

This is my variable textVal==>{"Basin":["Atlantic"],"Storm Name":["ALEX","BONNIE","COLIN","DANIELLE","EARL","...
satheesh's user avatar
1 vote
2 answers
1k views

Flow.CurrentDate returns whether System date or User date? Is it similar to System.today()? I am Expecting Flow.CurrentDate returns User date, but i am worried whether it will return user date or ...
Paras Paras's user avatar
0 votes
2 answers
847 views

Is it possible to update flow status from Active to Inactive using tooling API Used OTP tooling api to update flow with below body {“Metadat”: { “Status”: “Inactive”}}
Rajesh Kumar's user avatar
0 votes
1 answer
617 views

I am showing a flow from the quick action from opportunity screen. I want to get the opportunity id in the flow. I tried GetRecord element but the condition only returns the top most id. I want to get ...
Hasan Zubairi's user avatar
0 votes
0 answers
124 views

I want to update date/time field to 12 AM of a corresponding Date/Time field? Like if startTime = 26/03/2022 3:40 AM or 26/03/2022 3:40 PM the newField value = 26/03/2022 12:00 AM I am stuck. Can any ...
Indranil Mondal's user avatar
0 votes
1 answer
267 views

In my flow I am getting accounts filtered with Billing city with get records. I have two get records elements to filter data on two different cities. I want to show selected rows from both the tables ...
Hasan Zubairi's user avatar
0 votes
1 answer
234 views

Flow Task Create below three User Lookup fields Account- Assigned Attorney Assigned Paralegal Managing Attorney When an event is created, automatically add each of the users in these specific “fields” ...
Learner's user avatar
1 vote
1 answer
2k views

I am receiving data from an external api in apex class. I am using a wrapper class to pass this data to salesforce screen flow. In debug the flow is showing that it receives data from the apex class. ...
Hasan Zubairi's user avatar
0 votes
1 answer
2k views

I am designing a Field Service Mobile Flow for a Salesforce instance (release Winter '23 Patch 17.7) using the Field Service Lightning package to manage technicians with service appointments in the ...
HeXor's user avatar
  • 1,145
0 votes
0 answers
3k views

Apologies in advance for my lack in SF verbiage I am currently trying to learn! I currently have 2 different asset record types, Network equipment and Sim Card. In the Networking equipment record I ...
Nicholas Johnson's user avatar
0 votes
1 answer
938 views

I am calling on the Apex Class below in a Salesforce flow and want to autoconvert the lead into an existing account and contact but I am stuck with setting the AccountID and ContactID from values from ...
kennywutankman's user avatar
0 votes
1 answer
527 views

How can i control help text message that are being showing on my screen flow? i.e. I have added help text on my screen flow header on my one dev org and it is showing on new popup / modal when i click ...
YashMistry1010's user avatar
0 votes
1 answer
523 views

I am trying to query all expired milestones so that I can use them in my flow. My requirement is to send a custom notification to the case owner once a milestone expires. Thank you
Nihan's user avatar
  • 1
0 votes
1 answer
2k views

In my site the guest users have access to the flow and they able to run the flow and even create records. When the flow try to find the created record the next error accrue: Because Get_Record is ...
Ilay Sol's user avatar
0 votes
1 answer
3k views

I'm working on a screen flow. The idea is to have a lookup component the user can search a contact. Then I would like to display the information from the Contact (Account Name, Contact Name, Number ...
Steve's user avatar
  • 37
0 votes
0 answers
720 views

I am embedding a Salesforce screen flow in my web application using Lighting Out feature. It worked for very basic screen flow with 2 screens but when I used a complex screen flow it is showing me ...
Rohan Thakur's user avatar
0 votes
1 answer
4k views

Recently, one of our customer has updated their salesforce which caused me to have to remake apex code that we had for an automated process. I was able to rebuild all of the code but the problem I am ...
Trout's user avatar
  • 33
0 votes
1 answer
957 views

How to deactivate/delete flow through WorkBench API or Apex? I tried all possible ways. could anyone help out here
jose's user avatar
  • 1,054
0 votes
1 answer
856 views

I want to make it so that when you fill in a field (in case) X and go to a state, it is deleted (this field should be saved in the history, I think this is done by default). This is necessary so that ...
RSD 4's user avatar
  • 3
0 votes
1 answer
3k views

I have 2 objects (Account and case), where Case record will be created from an external source which passes account number as a input, Based on the account number I need to capture Account ID and ...
Raghu's user avatar
  • 1
0 votes
1 answer
1k views

I have created a classic email template and an email alert. Added that email alert in the record triggered flow. I have to add that email alert to the case record. How can I get that email alert ID so ...
tanmayyy2000's user avatar
1 vote
1 answer
952 views

I've to create an automation process to check that no new opportunities has been created for an account in past 12 months and update the account field based on that. Tried process builder, but it ...
Archie's user avatar
  • 13
-2 votes
1 answer
1k views

Have a salesforce flow, and once the new case record gets created in the flow, after the flow finished it has to redirect to detail page of new case record created
TKD's user avatar
  • 1
0 votes
1 answer
2k views

I'm new to flow, and finally managed to get a flow working, but the Flow Builder tips is advising the following; Remove Database Access from Loops A loop contains a/an Get Records element. To avoid ...
Mike Fleming's user avatar
0 votes
2 answers
172 views

I've got a simple class containing a SOQL query that finds the nearest custom location record based on the input of 2 coordinates: public with sharing class NearestLocation { @InvocableMethod(label='...
DomJH's user avatar
  • 1
0 votes
1 answer
1k views

Flow is been called through a Process Builder, and it passed the string of a user to the Process Builder to check if some certain user resides in the Queue or not. I have found out the Queue Member ...
Malik's user avatar
  • 129
0 votes
1 answer
79 views

I have a simple new class X which holds some results of a callout to an external system. In a flow I need a variable of type X. Is there any way to declare a variable of that new type in a flow? My ...
Fabian_Z071's user avatar
0 votes
1 answer
413 views

I'm having more issues that I'd expect trying to add a validation rule to contacts. The issue is that I'm experiencing workflow creep. I rely on process builder and flows to keep certain objects in ...
tchock's user avatar
  • 245
0 votes
1 answer
708 views

I am new to apex and have built an apex schedule class that runs everyday. If an account has an account review date for commissions is two weeks (14 days) away the scheduler will send an email to our ...
user1529039's user avatar
1 vote
1 answer
9k views

I have a flow in SalesForce which creates a new object record and populates its fields. I then set a variable vAddendumId in the flow. I would like to be able to reference that Id on the ...
VictorKilo's user avatar
  • 1,870