12 . did you got solution. I need help with the Process Automation Superbadge Challenge # 5.Requirements : Automate OpportunitiesFollowing the business requirements, create a process to alert the finance group and create tasks for account owners at appropriate times during the sales process. When I made mistakes, I simply reverted to the last saved version. I am facing this error while checking my challenge Automate Oppotunities on Process Automation Specialist. I've been stuck on Challenge 5 for two days and keep getting: An Opportunity with the Stage 'Negotiation/Review' and the Amount greater than $100,000 was not successfully submitted for approval upon creation.I have a feeling my approval process is whack, so I was wondering if you could post up more details on your settings for that. Did you create the email alert? Still stuck at the same point even though applying the hints from here and further forums. CASE(WEEKDAY([Opportunity].CloseDate + 180) ,7,[Opportunity].CloseDate + 182,1,[Opportunity].CloseDate + 181,[Opportunity].CloseDate + 180) and it worked, Challenge 1 : Automate Leads :Assignment Rules\Select the criteria for this rule entry Have already completed challenge 3 successfully where created custom object Robot Setup. Would you like to share what you have so far, and I'll take a look? Hi Kona, If so, there are two things to look at:1) The process will stop after the first node unless you tell it to continue - try clicking the little "stop" square to see what happens :)2) There are 2 types of customers, so the process needs to account for both types . Step 2 : Install the managed package. (NOT(AND(LEN(State) = 2, NOT(CONTAINS(AL:AK:AZ:AR:CA:CO:CT:DE:DC:FL:GA:HI:ID:IL:IN:IA:KS:KY:LA:ME:MD:MA:MI:MN:MS:MO:MT:NE:NV:NH:NJ:NM:NY:NC:ND:OH:OK:OR:PA:RI:SC:SD:TN:TX:UT:VT:VA:WA:WV:WI:WY, State )) )), NOT(OR(Country =US,Country =USA,Country =United States, ISBLANK(Country)))). Randomly enough, you dont seem to need to tick this box as part of your approval process to pass the challenge, but in a real-life scenario, Im pretty sure I would cover that base. I dnt know where I am wrong. If a flow cant do what you need you or a developer can write Apex to do so. Process Automation Specialist. Error ID: 605963218-241434 (1684581515): []And this email error: Error Occurred: This approval request requires the next approver to be determined by the Manager field. Business Administration Specialist Superbadge- 3 & 4 Lightning Experience Reports & Dashboards Specialist Superbadge - 5-6 If you need more help, leave a comment! * Approval actions on the approval process- The only thing you need here are field updates. Check out all badges on Top Trailblazers! Message: MALFORMED_QUERY: FIELD_INTEGRITY_EXCEPTION: Assigned To ID: id value of incorrect type: 0015f00000Cs08EAAR. Salesforce Error ID: 354599625-54567 (2080501154)I'm thinking that is something related to the approval processCan you help me? Label = Number of won deals First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, You need Manager Approval: []When I deactivated the process I got following error messageChallenge Not yet complete here's what's wrong: 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'.Here is the snapshot of what I have done. Create an lead assignment rule and make 2 rules entries and give order accordingly.Based on LeadSource value lead should be assign to correct sales team (Queue). Please help!! 2) Process builder - Re-read the instructions for the 1st node. Please install the package first through app launcher or follow below link: Create a process with the process builderOpportunity object with option created and updated. Happy to take a look- rebecca@capstorm.com. Note the filter. Salesforce MPBSalesforce Trail head Super badges Process Automation Specialist Is video mai hum dekhenge ki kese hum Process Automation Specialist ka. Confused? (She's the Rebecca Gray that is a user group leader and has 102 Trailhead badges. There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. How do I choose [Opportunity].Id in stead ofOpportunity.AccountId?? I am stuck with this, kindly help Error Message: You can not save a new account unless the shipping and billing state fields are valid US state abbreviations, and the country field is either blank or US, USA, or United States. Lead State must be valid 2-digit US state. This error occurred when the flow tried to create records: FIELD_INTEGRITY_EXCEPTION: Assigned To ID: id value of incorrect type, #Salesforce Admin #Trailhead Challenges #Trailhead #Automation #Process AutomationSpecialistSuperbadge, Approval Process.2 failed.The approval request requires the next approver to be determined by the Manager field. I created some products myself when I realised I hadnt actually followed the rules and created a new trailhead playground for this task; I was using my own org. This error keeps coming back : 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'. Please try again. https://www.youtube.com/watch?v=kqQyCsOgO8Q. wow, thank you for such a quick reply! Good to hear! "Not sure if issue is with my process built or approval processThank you so much in advance! Example Controller-- public class MyExtension { public Account ac {get;set;} public MyExtension(ApexPages.StandardController controller) { ac = new Account(); } public PageReference save() { insert ac; PageReference pg = new PageReference('/apex/SecondVFPage');//Second //VFPage is another visualforce page pg.setRedirect(true); return pg; } } VF Page--