Skip to main content The last day to register for a Salesforce or Tableau exam is June 30th. Learn more about the new Salesforce certification experience coming July 21st.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
Trail Head asked in #Flow

Hi Guys, 

 

I'm using salesforce recently released flow approval process, in which we have option to send custom notification to approver. I configured all required configuration still I'm not able to get the email notification as a approver. Could anyone please suggest if I've missed anything to configure. 

 

Thanks 

 

Flow Approval Process, Approver notification is not working

 

image (4).png

 

image (3).png

 

image (2).png 

image (2).png@Andy Engin Utkan

 @Alex Pisani

 @Tiffany Oda

  

@Jessica Langston

 

 

 

#Flow

9 answers
  1. Today, 9:27 AM
    Hello Nitin, now that we know your name, why don’t you consider updating your profile here? The community is better when we know each other’s name.
0/9000
2 answers
0/9000

I have a Custom Object - B.D Opportunities and there is a Parent Opportunity No on the RecordUpdating a field on a Parent record on  a Customer object

 

If, an Opportunity is a parent Opp and has another Opportunity related,there is a requirement for the Related Checkbox to be checked  

 

related BD Opp.png

 

I have tried to do this will a flow

bd flow.pngSo, Configure Element - Only triggered if a Record has a Parent Opportunity numberconfigure.png

 

Get Record Element

 

In the Example above the Parent Opportunity Number Opp No - 0063, on  

Opp No - 0066, equals the Opp No - on Opp No - 0063  

Get Record element.png

 

Parent Opportunity Number = Triggering B.D. Opportunity__c>Parent Opportunity Number > Opp No 

(This error occurred when the flow tried to look up records: FROM B_D_Opportunity__c WHERE ((Parent_Opportunity_Number__c = 'Opp ^ ERROR at Row:1:Column:73 invalid ID field: Opp No - 0063)

 

 

so I changed to 

Parent Opportunity Number = Triggering B.D. Opportunity__c>Parent Opportunity Number > record id 

 

Update records elementupdate records.png

 

There are no errors but it is not updating the Related Opportunity field on the Parent Opportunity 

 

I am not sure what I am doing wrong 

 

 

#Flow

1 answer
  1. Today, 9:24 AM

    this flow can be reduced to only the update element. 

     

    Select Update records element -> Specify conditions to identify records 

    Object: Opportunity 

    Condition Requirements: Opp no = Triggering record.Parent Opp no 

     

    You don't need the Get, as the parent opportunity is uniquely defined by the record that triggers the update 

     

    If I understand the setup you have there, Parent Opportunity is not a related object to the BD Opportunity, it's a lookup field. And from your print screen it looks like the flow is set to update other BD Opportunities, which is not what you want. 

     

0/9000
8 answers
0/9000

 Hello. 

We are currently using MIAW (Messaging for In-App and Web) to respond to inquiries from end users. For example, is it possible to automatically launch a chatbot when there is no activity from the end user on the FAQ site for a certain period of time (such as after 1 minute of opening the FAQ site)? 

2 answers
  1. Today, 9:19 AM

    @Olajide Otolorin -Prince

     

     

    Thank you for your response !  

    I now understand that there is no built-in feature to automatically open a chat. 

    Regarding the help article you shared, am I correct in understanding that it only explains how to automatically end a chat?

0/9000

 My UI is completely different and because of that I'm not able to access the steps from the trailhead for Agentforce for Sales

 

How can I enable the right UI?I have disconnected and reconnected new playgrounds 2x and nothings changed on my end.

  

I followed the steps on going to the datacloud challenge but my goal is to complete the

Build Your First Sales Coach - Project. 

I am not sure why the answers on some of these post recommend going there : 

 

To confirm the challenge I am trying to complete is https://trailhead.salesforce.com/content/learn/projects/build-your-first-sales-coach/enable-sales-coaching-in-agentforce?trail_id=become-an-agentblazer-innovator 

 

This is what my Agentforce for Sales UI looks like

My UI for the Agent Sales Coach is completely different - Need help solving

 

#Trailhead Challenges

7 answers
0/9000

Hi Everyone, 

I was going through the release matrix and found a release item "

Enforcing No-Argument Constructor on Apex Classes Used for Invocable Action Parameters". The details on the release notes is limited. If anyone has any concrete answer to what is going to be changed please let me know.

2 answers
  1. Today, 9:12 AM

    Hi @Prince Kothari

    Please refer 

    https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_InvocableVariable.htm

     

    Because of this update the visibility of the no-argument constructor for the invocableVariable Apex class is enforced, it simply means if you are using custom apex class with invocablevariables as an input or return type for your apex action, then these custom apex classes must have a public no-argument constructor. 

    Thanks 

    Mohit Chikara

0/9000

I have a report that I have created to look at the Cases in different statuses on Salesforce. 

 

Some of the Statuses are where cases have been addressed whereas some are were they have not been replied to yet. I am looking to add a formula that tells me the percentage of how many are responded to vs the total for the day. 

 

I have created a bucket column to group cases status in to 2 groups but I'm not able to add this so I must be doing something incorrectly. Is there a different way to do this?

1 answer
  1. Today, 9:08 AM

    Is the reply via comment or via email or on both? You can use a Case with emails (or comments) report, and group based on last email/comment being today or not. 

0/9000

Hi, 

 

I have a recipe that snapshots data. The filter element filters for "logged in" = "yesterday"

Snapshot Recipe not refreshing correctly

 

I scheduled this recipe to run after the local salesforce connection syncs (that syncs at midnight) and the recipe runs after that sync but I never get any records with a snapshot date of today when I check in the morning. When I then trigger the recipe to run manually I get the correct data. 

Screenshot 2025-06-26 at 10.00.16.png

 

Does anyone have any idea what I might do wrong? 

 

Thanks in advance for helping me out :) 

2 answers
  1. Today, 9:08 AM

    Hi @Anton Thaeter

    - Is it returning records on normal run? If yes then timing can be a case. If not then you need to check output. 

     

    Thanks

0/9000