- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:05 AM
Hi all,
We have a requirement to obtain the link for the selected catalog item in the virtual agent chatbot. Can anyone please guide me on how to achieve this?. Attaching the snip which I configured.
Thanks and regards,
Pavan Kumar Gosani.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 08:03 AM
return vaVars.baseUri + vaVars.portalName + '?id=sc_cat_item&sys_id=' + vaInputs.catalog_item_id1;
Did you add a Script variable that sets the two bolded items?
BaseUri we are using
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 09:19 AM
We were not able to use that Request Catalog item Topic Block. For the link itself, we use the Link output.
In the label, we have this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 10:39 PM
Hello @Lynda1,
I am now able to obtain the catalog item link. However, whenever I attempt to open the link, the catalog does not load, and I receive an error message stating, " The page you are looking for could not be found ". I have attached a screenshot for reference. Could you please assist me in resolving this issue?.
Flow:
Error Message:
Thanks and regards,
Pavan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 11:04 PM
Hello @Lynda1,
I am now able to obtain the catalog item link. However, whenever I attempt to open the link, the catalog does not load, and I receiving an error message stating, "The page you are looking for could not be found." I have attached a screenshot for reference. Could you please assist me in resolving this issue?
Flow :
Error Message:
Thanks and regards,
Pavan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:32 AM
Hi Lynda1,
I am now able to obtain the catalog item link. However, whenever I attempt to open the link, the catalog does not load, and I receive an error message stating, "The page you are looking for could not be found." I have attached a screenshot for reference. Could you please assist me in resolving this issue?
Error Message:
Flow :
Thank you and regards,
Pavan.