You need to sign in to do that
Don't have an account?

Couldn't find the "Thanks" badge in the instructor's Chatter feed after marking a campaign complete.
During
Prepare for Your Salesforce Platform Developer II Credential
Module Name
" Automate Post-Workshop Tasks with Invocable Apex
We are getting error message "
We find error massage
Couldn't find the "Thanks" badge in the instructor's Chatter feed after marking a campaign complete.
But We are getting This Post in Feed
I have checked all your solution but not find answer.

Prepare for Your Salesforce Platform Developer II Credential
Module Name
" Automate Post-Workshop Tasks with Invocable Apex
We are getting error message "
We find error massage
Couldn't find the "Thanks" badge in the instructor's Chatter feed after marking a campaign complete.
But We are getting This Post in Feed
I have checked all your solution but not find answer.
Thank you,
Kathy
Make sure Receiver Id corresponds to [Campaign.Instructor__c] and Giver Id corresponds to [Campaign.OwnerId]. Not the other way around.
The post should look like....
[Your Name] to Mary Jones:
You are awesome!
NOT
Mary Jones to [Your Name]:
You are awesome!
Hi All,
Facing the same issue, need help in getting the solution of it.
Hi Everyone,
I am able to resolve the issue by removing lable from the @InvocableMethod method annotiation. i.e. once I replaced @InvocableMethod(label='Give a Thanks Badge') with @InvocableMethod and click on verify steps on trailhead. It got succesfully verified.
If you think this works for you also, kindly marked it as a best answer so it can help others as well.
Regards
Hitesh Khatri