• Kristin Lucas
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I've created an Apex class webhook to post from Salesforce to Slack. The Opportunity.Amount field is defined as a Double.
@InvocableVariable(label='Amount')
public Double amount;

I use the Apex class in a Process Builder, however when setting the Apex variables, and choosing the Amount field, under Field Reference, the Amount field is not available. Do I need to declare the Amount field in the APEX in a different way?

thanks
Kristin
I am having a hard time getting past the Admin Intermediate "Guide Users Through Your Business Processes with Cloud Flow Designer " Challenge. I keep getting the error: Challenge Not yet complete... here's what's wrong:  Can't find the forceContent:fileUpload Lightning component in the 'New Lead' flow. Make sure the field’s unique name is 'Upload_File'

I've followed all of the directions exactly, get no errors when i'm building the flow and i've tried three different playgrounds and have cleared browser/history and restarted my browser between each one. I can't seem to get past this issue
User-added image
I've created an Apex class webhook to post from Salesforce to Slack. The Opportunity.Amount field is defined as a Double.
@InvocableVariable(label='Amount')
public Double amount;

I use the Apex class in a Process Builder, however when setting the Apex variables, and choosing the Amount field, under Field Reference, the Amount field is not available. Do I need to declare the Amount field in the APEX in a different way?

thanks
Kristin