Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

I’m integrating with an external API (Azure OpenAI) that requires a query parameter named api-version (with a hyphen) in the URL. However, when I try to add this as a query parameter in the Flow’s HTTP Callout action, Salesforce gives an error:  “This value can only contain underscores and alphanumeric characters.”

Has anyone found a workaround for passing query parameters with hyphens in Flows?   

4 answers
0/9000

I upgraded to the Summer 2025 version and when I convert Attachments to Files for a single attachment Id or by object, it just freezes. There's no errors in console and no network calls. 

 

It was working the previous version.

3 answers
0/9000

Hi, everyone! I have one current Pardot user in the "Marketing" role that I'd like to update to the "Administrator" role.  

 

This user inherited their role from the User Sync settings on the Salesforce Connector, and I do not want to modify the Pardot role that matches that Salesforce profile for everyone in that profile -- I only need to update this one Pardot user to be a Pardot Admin (but remain only a standard user in Salesforce). 

 

Is this possible? Thank you! 

#MCAE #Pardot #Pardot B2b Marketing Automation

0/9000

I didn't change anything except I added 2 users to the Approval group.  

But now the Email Template is not sending out 

I checked all users have the permission and the approver set on User record to If I am approver and delegate 

 

the templates sent yesterday? 

 

#Advanced Approval  #Ask An Expert

0/9000

Hello, Newbie here! How can I create a new / custom button next to the buttons in the +Create New record Pop up windows? Like when I click Create New Contact from the top Navigation Menu.  

 

Thank you 

New custom buttons on New Record Pop up window

 

Please see attached image. 

 

#Salesforce Developer  #Lightning Web Components

0/9000

I have a flow that calls a subflow, below are the details of the flows and how they work. I am having issues with the flow setting the variable for the Chatter Post to the field I created. I am not getting an update on the field when a chatter post is created. What am I missing for these flows to get the chatter post to set on the field to show within an email when there is a post on a case? 

 

The first flow is a Record-Triggered flow, this is the main flow and is made with the Object as the FeedItem, this is to trigger when a record is created or updated. The entry conditions are the Parent ID starts with '500' and to optimize the flow this is using the Actions and related records. The first element is a Get Records item, the object is the case object, and the Filtering of Case records is if the Case ID equals the Triggering FeedItem > Parent ID. Next the subflow is called where this subflow is an autolaunched flow, this flow starts with a get records element, this is based on the FeedItem object where the Field Parent ID equals the Case ID, Case ID is a variable in this flow where it is a text data type and available for input and output , and the Feed item Type is a Text Post. Next is a Set Latest Comment where the variable LatestComenttext equals the Get Latest Comment Body, last element of this subflow is the Get records where the Case is the object and the Field Last Comment made equals Latest Comment Text. In the Main flow the Case ID and the Latest Comment Text variables are included in the Main Flow. Next in the main flow the decision if the comment is made by the owner of the case ID, if the owner of the case is also the one who made the comment then the flow will end, otherwise if the comment is made by anyone other then the case owner an email will be sent 

 

#Flow  #Salesforce Admin

5 answers
  1. Vuk Stajic (MVRK Inc.) Forum Ambassador
    Today, 7:47 PM

    Glad that we were finally able to connect. 

     

    We found two solutions for you. 

     

    Out of the Box 

     

    We discussed using Chatter Groups, and then using chatter to mention the group. 

     

    Pros: no custom build 

     

    Cons: Managing extra group (you already use public groups for queues), needing to maintain each user's chatter group notification settings, no control of the email template 

     

    Custom Flow

      

    We realized you had overcomplicated your flow. 

     

    All we needed to do was to filter the feed item record triggered flow to run only if Parent record ID starts with 500 (Case) 

     

    Then we get the case with a get record action 

     

    Then we update the case field for "Last Comment Made" with the Feed Body (sadly this brought it in a bit ugly with the <p> from the HTML text) 

     

    Then we trigger your existing email alert with the Case record after a small filter to ensure the case owner was not the one that made the chatter feed message 

     

    Pros: build and forget 

     

    Cons: customizing something that technically already exists, the HTML body was not great 

     

    I trust with those two options, you have a way to meet the requirement from your team!

0/9000

I am on "We’re Creating Your Data Cloud and Einstein AI Playground" page. "We’ll send a password reset email when your Playground is ready". I received the e-mail. Reset the password. Gets me to Coral Cloud resort page.  

can not click on 'Verify Step' to earn 100 points. No more instruction provided to proceed. How do I proceed ? Thanks for your help. 

 

#Trailhead Challenges

0/9000
1 answer
0/9000

I have a workflow that I'm trying to migrate in Flow Builder. It updates a Record Name upon "Created Date Equals TODAY" but the Migrate to Flow tool doesn't support the "TODAY" function. What can I use instead?  

 

#Trailhead

1 answer
  1. Today, 7:43 PM

    Hi @Jessamyn Foster

     

    In the record-triggered flow --> set entry conditions --> Condition Requirements 

    Choose --> Formula Evaluates to True. 

    Here you will be given options to insert the date / datetime function. 

    Since created date returns output in datetime format, you can wrap the Today() function inside a DATETIMEVALUE function which would not result in syntax error when validated. 

     

    Hi In the record-triggered flow --> set entry conditions --> Condition Requirements Choose --> Formula Evaluates to True. Here you will be given options to insert the date / datetime function.

     

    Regards 

    Sravani

0/9000