Skip to main content

#Flownatic0 diskutieren mit

🚀 Unlock the power of Salesforce Flow with the NEW game-changing Action Button! 🚀 Instead of writing code or creating custom functions from scratch, you can create flows with the new Action Button u🚀 Unlock the power of Salesforce Flow with the NEW game-changing Action Button! 🚀

 

Instead of writing code or creating custom functions from scratch, you can create flows with the new Action Button using intuitive drag-and-drop components.

 

In our new video, learn how to use an Autolaunched Flow and a Screen Flow to create a contact search function. Dive in and discover how easy it is to elevate your Flow experience — Check it out! 

2 Kommentare
0/9000

Hi 

 

I've noticed  that  actions (initial, final, step ) for approval proces now include Flow.

I can't find anything about this in  the documentation that still mentions only the other 4 actions. 

Does anyone know what flow type is needed to be selectable? 

I've created an autolauched flow and it's not visible. Nor are the record triggered flows for this object. 

thanks for help

6 Antworten
  1. 8. Okt. 2024, 17:55

    @monika klajbor This is not a pilot feature in Winter 25. It's a bug and the team is working on fixing it (removing it from the dropdown). Flow action is not supported in approval processes (at least not yet). 

0/9000

Hi my awesome Salesforce Trailblazers!

 

I’m trying to use a Flow that triggers off an Oppty when it is set to Stage = Closed Won and then use a loop to find additional Oppty Records that have the same Property, Account, and Close Date listed, then from there, I want the flow to uncheck a Checkbox Field called Send Welcome Email on any additional Records that match the triggering Record’s Fields (listed out above), so that an Email Alert only gets triggered to send once vs. multiple times to the same Account.  Please help!  I’m at my wits end!  

 

Example: An Email went out and it sent 5x because there’s 5 different Opptys (bc it’s 5 separate Rooms), but it’s all for the same Account…  so it’s 1 trip for 1 person, but they booked multiple Rooms, so there’s multiple Opptys and I’m trying to solve for this with a Flow.

 

Thank you for your help in advance!

 

#Flow  #Loop Variable  

 

#Sales Cloud  #Flownatic

4 Antworten
  1. 30. Sept. 2024, 21:11

    Is your question about how to exclude the triggering record from the collection? If so, you can simply add another condition: id != $Record.id. Is your question about how to exclude the triggering record from the collection? If so, you can simply add another condition: id != $.

    This will ensure that the Opportunity which triggered the flow is excluded.

0/9000
1 Kommentar
  1. 22. Aug. 2024, 01:14

    I am first going to admit that I don't use many validation rules that are attached to objects. The reason was that I didn't understand them when I first set things up back in the classic days. And the next reason was that they always got in the way of integrations or automations because I didn't (or couldn't) work it into our design. Looking at all your cool contract validation rules (we don't use those but we have plenty of spider custom objects that sit on top of standard ones and must be "right" for things to work) I probably should have been making them part of all our new customizations. Perhaps I will reform my ways.

    On the other hand, I learned to use flow back in the classic days becuase the classic UI frankly simply sucked and we had to have flow to get enough work done in a day. I presented my first UI flow at Dreamforce 2011? in the last hour to exactly (not quite) nobody. Lol. But we have used flow to speed data entry for a very long time. (We had that the Program Management Module supplies in terms of recording participation years and years ago using flow.) As validation within flows grew, so did our use of validation inside flows. Validation on your input fields of flow is so important. And with conditional visibility, you can not only validate the final field values but show colored warnings until the input data gets better in the flow. And we've done any logical checking right there with conditional visibility or decisions warning on the screen flow (State required! Contact location doesn't match service location! or whatever).

    I have looked at but not adopted because I don't see a reason yet the new record triggered screen messages. (You could do something similar with a hidden component that watched your data and popped up a flow modal for a long time now.) I think its a very cool ideas although it has a lot of potential limits since the user has to be there. However, I have architected all our systems to avoid this forbidden type of interaction for so long that I don't typically think of it. Instead, I have a flow embedded in the page so that I can talk with the user and get the data to be right.

    Like you, I have conditionally visible things to prompt the user to add missing data, whether it's on the page, in the flow, or (as you cleverly are doing) in a "explainer" field that is read only and possibly conditionally visible.

    I've also used dashboards that we review monthly to find data errors or data incompleteness. (so called "Wall of Zeros").

    All this said, I still think validation rules have a very important place within SAlesforce (even though I am not a good practitioner at the moment).... Anything that will break your system or allow sending out bad email to a constituent through automation should be validated from the start in a good architecture. Otherwise trust may be violated. So I liked that you showed validation on the contract object. These often have automations or systems attached to them.

    Here are some of my system-driving custom objects that deserve a bunch of carefully thought out validation rules:

    o Sub-Services: these are our "entitlements" and we have a flow when assigning them to make sure people are entitled based on demographic, enrollment, or time/frequency. There are a lot of "invalid" combinations of fields. These should be validated so that users won't trip themselves up.

    o Donations: We say every donation must have a payment type and account source to be done. These are reflected on receipts. And yet it is possible to create closed opportunities without them. Part of the problem is that you can't set the payment type until you create the payment (which NPSP does after you create the opportunity). So validation can't actually address this one directly. The flow could but only in the case of direct user creation of opportunities, which is rare. Hands thrown up!

    o Client Notes: This is our outcome monitoring object. There are some fields on it that just shouldn't occur in certain combinations. We check for them monthly, but we probably should have validation rules. That said, they are 100% created by flows so the fact that it happens is actually flow programming error and not a user error. So the validation rules would just intefere with end users until such time as we found and stamped out all the flow programming errors.

    o Inventory Items: This is a custom solution inventory control system of some moderate sophistication. There are definitely no-no settings. We should for sure block creation of them in nonsense settings.

    o Assessments This is our newest object and is used to create individual assessments manually or automatically against various criteria and time periods. They can be used for individual guidance or for compilation for gross outcome measures of programs and cohorts. The system we created definitely has some nonsense combination of field settings that should be blocked.

    Loved the blog! And I love how you point the way to making very high use of core functions and features. Very effective and efficient for the long haul.

    --Terry

0/9000

#AwesomeAdmins#AwesomeAdmins, tomorrow's the day! Join me for our next livestreamed episode of Automate This! with #Flownatic#Flownatic @Erick Mahle and Product Manager of Prompt Builder, @Joshua Schneyer at 10:30am PT/1:30pm ET.

 

Go to sforce.co/AT0815 to watch live or video on demand.

, tomorrow's the day! Join me for our next livestreamed episode of Automate This! with and Product Manager of Prompt Builder, at 10:30am PT/1:30pm ET. Go to sforce.

1 Kommentar
0/9000

Hey #CentralTXTrailblazers! There's still time to join us for an engaging in-person session on Salesforce SubFlows! @Christina Nava will join us in demonstrating two powerful SubFlows and guiding you through their implementation. Whether you’re a seasoned #flownatic or just getting started, this session is perfect for anyone interested in optimizing their Salesforce processes.

 

Date: Wednesday, June 26th

Time: 5:30-7:00 CST

Location: Level 3 Coworking & Event Center in Belton

 

We look forward to seeing you there!

2 Kommentare
0/9000

You made it! Welcome to the Slack Community Forum, where you can ask questions of and get answers from your Slack peers.

 

What would a welcome thread be without introductions? Drop your intro in the replies - I'll go first!

156 Antworten
  1. 25. Sept. 2021, 17:26

    Whew! I'm glad I'm not the only relative newbie to Slack! I was feeling rather intimidated to be in this space with tons of Slack experts. We can learn more together. 😁

0/9000