Note
This repository contains my solutions for Salesforce Trailhead challenges.
Let me know if you find any code issue or if any of my solutions doesn't work. Also feel free to create a new feature branch and raise a PR to the master if you have a solution that is not present here and you want to share it. 😉
Here you can find the URL to my Trailhead profile: salesforce.com/trailblazer/adrian-kurek.
Tip
To complete some of the Agentforce related Hands-on Challenges you need a Custom Developer Edition Org where the Agentforce is enabled. You can sign up for a Developer Edition Org here.
Warning
In case you use Windows and have some problems while pulling/cloning this repository (Filename too long error), please try to run the following command - it should help as it enables "long paths":
git config --system core.longpaths true