case_question input variable in Create HR Case topic block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 02:15 AM
Hi All,
Can someone please help me to understand what to pass in case_question input for Create HR case topic block.
I'm trying to test the topic block Create HR Case. I've duplicated the OOB one since I wanted to add few custom messages. But I'm not sure how to test with case_question input. What value I need to pass from my calling topic.
Thanks in advance
Any help will be highly appreciated
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 03:22 AM
Hi,
Can you share the exact step with screenshot
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 04:52 AM
I have created a custom topic - test topic block [screenshot 1] to call a topic block - Create HR Case ESC [screenshot 2] which is a clone OOTB topic block - Create HR Case .
The topic block 'Create HR Case' has case_questions as the input variable that needs to be passed from calling topic 'test topic block'. I'm able to set the other inputs from calling topic but I'm not sure what kind of input I should ask the user to provide for case_questions in test topic so that it can be passed to Create HR Case topic block. If I'm passing any text user input from test topic to case_questions then my OOB script to generate the HR Case is failing [The log in line 16 is not coming] [screenshot 3].
1
2.
3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 06:09 AM
Hi,
you have already provided inputs
what is not working?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 10:00 PM
Hi Ankur,
Thanks for your response.
When I'm passing case options to my topic block then the HR Case is not getting created.
However, if I don't pass anything in case questions and make case_question input as non mandatory and modify the script to only pass additional comments as below :