Virtual Agent Designer assist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 04:01 AM
Hi,
What should I put inside the yes and inside the no in order to make sure that the option to contact an agent will be available only if assigned_to on the incident table is not empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 04:37 AM
Why? If it's assigned, the caller doesn't get the possibility to talk to a real person? That's not making your end users happy. But since the question has been asked yesterday as well, maybe follow this thread as well:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 04:53 AM
In the yes condition, before assigning to the agent you need to do a lookup of record and see if the assigned_to is not Empty.
if assigned_to on the incident table is not empty then assign to the agent
if empty then take further action...
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....