Hi,
I am playing with the "Configure Agentforce for Service " challenge and it worked by following the instructions. I am trying to push my knowledge by attempting to get it to return more than one experience.
In the Agent Builder conversation preview I asked "What yoga experiences do you have?". All I can get it to return is the "Beach Yoga Retreat". In looking at the experience data though there are two "Yoga Retreat" and "Sunrise Mountain Yoga".
Can I get advice on what I would need to change to make the AI return both Yoga experiences? Noting that when I asked a follow up question if there were anymore yoga experience it said incorrectly that it was the only one.
The use case here being that a user might rightfully want insight into experience options.
Please forgive me if this in an obvious question as I have dived right into the deep end with fairly limited SF experience.
UPDATE: Figured out how to do this:
To solve this you only need to change the Get Experience Details flow to return more than one result.
Step 1: Change the Get Experience by Name operator to contains. Add a sort order and Add the name Field to "How to Store Record Data". If you don't do this third part the AI agent won't give you the name.
Step 2: Create a new variable that allows multiple values to be output
Step 3: Change the assignment to use the new variable
And this question my friends is what happens when you try to skip a lot of steps and go straight to the top of the mountain!
#Trailhead Challenges
Hi, @Matthew Garton
This is great information, thank you for sharing it. Really interesting aspects.