• Vinay Salve
  • NEWBIE
  • 115 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 17
    Questions
  • 30
    Replies
Hi Team,

Request you to please assist, as I am stuck on the step 7 of process automation, I have tried both methods of completing it, however there is no luck

1. I edited the existing process builder date formula from [Opportunity].CloseDate + 180 to 

Option 1.
CASE(MOD([Opportunity].CloseDate + 180 – DATE(1900, 1, 7),7), 0, [Opportunity].CloseDate + 181, 6, [Opportunity].CloseDate + 182, [Opportunity].CloseDate + 180)

Option 1 Syntax Error Message
Your changes are saved, but you can't activate this process until you resolve the following errors. The formula expression is invalid: Syntax error

Option 2
CASE( WEEKDAY([Opportunity].CloseDate),
2, [Opportunity].CloseDate+182,
3, [Opportunity].CloseDate+181,
[Opportunity].CloseDate+180)

Option 2 Challenge Error Message
The Robot Setup Day of the Week formula does not seem to be working properly. The Day of the Week should not fall on Saturday or Sunday.

I also created a new process builder as follows, however the formula doesn't seems to be correct and is giving error message for both Saturday and Sunday date criteria as follows

Error

Thanks in advance 
Vinay Kumar Salve
Hi Team,

Request you to please help, while trying to complete the challenge 6 for Process Automation Specialist, I am facing the following issues
1. Though I have created a new Trailhead Playground for this superbadge, however I am not able to view RainbowBot, CloudyBot, and Assembly System in the product name, where to check them
2. I have checked couple of post froom other users explaining of how to complete it, however it has snapshot of old flow version which is completely different than of what I see
3. While creating the Radio Button what needs to be taken for "choices"

Kindly find the snapshot attached
Challenge 6

Thanks for your support
Vinay Kumar Salve
Hi Team,

Request you to plesae assist, as I have no clue how to complete the following trailhead

1. Build automated metadata updates for multi-org deployment
2. Build admin tools for automated confirguration changes

Thanks
Vinay Kumar Salve 
Hi Team

While doing the lightning platform - api basics trailhead under SOAP API, I am getting the following error

Login Failed, snapshot attached
SOAP API


Request all to kindly assist, thanks

Vinay Kumar Salve
Hi Team,

I am facing the following error for Process Automation Challenge 5 

"A new Opportunity with a 'Prospecting' stage for a 'Prospect' Account did not successfully create a Task for the Account owner with the Subject 'Send Marketing Materials'."

I have created the Process Builder as follows
Process BuilderProcess Builder1
 
Hi Team,

I am stuck with Challenge for "Automate Pre-Workshop Tasks with Process Builder" is as follows, what does "Campaign Name is the name of a coding class" means? 

Test Process
Our functioning process is now ready to test. As you would as the chapter leader, create a new campaign to represent the class session..
Create a campaign where:
1. Campaign Name is the name of a coding class.
2. Campaign Type is Dev Class.
3. Start Date is any date.
4.Chapter is the account we created earlier.
5. Instructor is the user we created earlier.

Thanks
Vinay Kumar Salve
Hi Team,

I am not able to clear - automate pre-workshop tasks with process builder challenge, I am doing everything correctly as per my understanding.

I have created a campaign and sample data along with it, not sure what is the issue, please assist.

Thanks
Vinay Kumar Salve
Hello Team,

While doing the trailhead for Quick Start - Apex Coding for Admins - Create a Trigger, while I am creating the candidate Nina Simone, and update the ZIP Code field as "20008", system gives me an error message stating as - Candidate Zip Code does not exist in specified State.

Kindly advise where I am going incorrect.

Thanks
Vinay Kumar Salve

Hi all, I am so close to finishing this process automation badge but am stuck in one area in Step 7.

I've built out my process builder as follows

User-added image
User-added image
User-added image

And my date formula as follows
 

Case(MOD(Date__c-DATE(1900,1,7),7),0,"Sunday",1,"Monday",2,"Tuesday",3,"Wednesday",4,"Thursday",5, "Friday",6,"Saturday", "")
 



Challenge Not yet complete... here's what's wrong:  The Robot Setup Day of the Week formula does not seem to be working properly. The Day of the Week should not fall on Saturday or Sunday. 

It works nicely but doesn't seem to pass, what could be up.
 

Hello,

I have this error when I try to check challenge:

Challenge Not yet complete... here's what's wrong: 
Could not find an account named 'Blackbeards Grog Emporium' created from Workbench with the Description 'The finest grog in the seven seas.'


In the next picture you can see what I send by the Workbench

User-added image

The result is succes and in my Developer Org I can see the Account created correctly, but the challenge isn't passed.