Thanks in advance
Firstly make sure that you have the correct org selected in the "Verify Step" section of the challenge page?
Thanks in advance
Check if your process builder is having correct conditions and actions defined.
Action should be as below
Action Type: Update Records
Action Name: Update Status to Implemented
Record Type: Click the magnifying glass to open the modal, then select Select the Suggestion__c record that started your process.
Click Choose.
Leave No criteria—just update the records! selected.
Set the new field value.
Field: Status
Type: Picklist
Incase please be very sure about the naming convention given by Trailhead.
if you are facing any issues you can provide the Screenshots so that I can help.
Kindly Select this as the best answer in case your problem is resolved.
Cheers :)
I entered the formula listed in the module, but I'm receiving the below error when I attempt to verify the step. I cannot move beyond this module as a result.
The 'Number of Days Open' formula field did not return the correct number of days. Please recheck the formula.
The formula I entered is IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate), DATEVALUE(Implemented_Date__c) - DATEVALUE(CreatedDate))
Thanks Keiji Otsubo (Fukada Electric Co.,Ltd.)
I actually had to add a +1. Below is the formula I entered. It passed the syntax and I'm finally moving onto the next module.
IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate) + 1, DATEVALUE(Implemented_Date__c) - DATEVALUE(CreatedDate) + 1)
Add Business Logic to a Travel Approval App, Create a Flow
In the flow I am unable to insert the value TX in the Decision.
Thank you
please check the link;
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000Jem8YSAR
Ensure the field in the Decision element supports "TX" as a valid value and matches the correct data type (e.g., text or picklist). If it's a picklist, select "TX" from the available options. Use the Debug tool to confirm "TX" is being passed correctly. Avoid adding unnecessary quotes unless required.
Create a validation rule to check that a contact is in the zip code of its account.
To complete this challenge, add a validation rule which will block the saving of a new or updated contact if the contact is related to an account and has a mailing postal code (which has the API Name MailingPostalCode) different from the account's shipping postal code (which has the API Name ShippingPostalCode).
Name the validation rule Contact must be in Account ZIP Code
A contact with a MailingPostalCode that has an account and does not match the associated Account ShippingPostalCode should return with a validation error and not be saved
The validation rule should ONLY apply to contact records with an associated account. Contact records with no associated parent account can be added with any MailingPostalCode value. (Hint: you can use the ISBLANK function for this check)
I've created this rule:
AND(
NOT( ISBLANK( Account_Number__c) ),
MailingPostalCode <> Account.ShippingPostalCode )
I've checked both a contact associated with an account and one without; the error throws on the associated account and the unassociated contact allows me to add the zip code. However, the challenge check indicates "the validation rule failed to enforce the business logic".
Clearly, I'm missing something but I'm not seeing it. Thoughts?
I am over this, I have been dealing with this "error" for over an hour... I followed the directions and keep getting the error message
"Step not yet complete in My Trailhead Playground 1
We can’t find the ‘Fully Operational Space Station’ flow. Make sure you saved the flow with ‘Fully_Operational_Space_Station’ as the API name."
Can anyone help me figure out why this is happening?
Hi Everyone,
I've been trying to sort this out on my own and can't figure it out! For context, I was completing this challenge and when I went to see my flow in Action, nothing came up. I received this error:
"Review the errors on this page. We can't save this record because the “Fully Operational Space Station” process failed. Give your Salesforce admin these details. Verify the combination of your "Target Name Or ID" and "Target Type" fields to make sure you provide a valid user, Chatter group, or record to post to. Error ID: 1227810164-252459 (-1984209710)ovide a valid user, Chatter group, or record to post to. Error ID: 1227810164-252459 (-1984209710) "
I went to redo the flow and when I tried to save it I got this error:
Fully_Operational_Space_Station-1 already exists.
I then accidentally deleted ALL the flows in my current playground. Thinking I could just start from scratch since I deleted everything I went back and re-did the flow and got the same error message about it already existing.
I corrected all the errors and realize where I went wrong in the challenge initially, but now cannot complete properly. Should I just create a new playground? And what will the deletion of all the flows do to the current playground I have been completing the majority of my challenges in? Will it now cause me to not be able to complete challenges within that particular playground?
Hello Sai,
Thanks for reaching out and apologies for the delayed response. The Trailhead module I am working on is called:
Add Business Logic
The URL for the trailhead is:
I've tried creating a new playground to attempt completing the task but it doesn't seem to be working
Trying to finish this challenge- However, I keep running into this issue.? Any Advice?
I have refreshed the page, relaunched my playground, deleted and restarted and still get stuck at this part