- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:45 AM
1. How to add instruction to variables section on the Catalog Task
I would like to see the below instructions to the fulfiller (in color Hex=#ae0055):
Information to Service Desk – this task is only intended to build the workflow
Ensure that you answer the questions below and once done, please update the state of this task accordingly:
In case this request must be continued -> close this task in CLOSE COMPLETE state to continue the workflow.
In case this request must be cancelled / rejected -> close this task in CLOSE INCOMPLETE state to cancel the workflow and provide the reason to Requester in Additional comments field.
2. Below variables from the form, still in Variables section on Catalog Task I would like to 2 sections(This variables are not on catalog item) – first one where I can select the number of approvals and who they should be generated to, and second section where I can select tasks needed to fulfill the request.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 08:29 PM
for the 1st requirement you can use HTML type variable and add instructions there
hide this variable on catalog form and RITM using UI policy and show only on catalog task
didn't understand the 2nd requirement clearly
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 08:29 PM
for the 1st requirement you can use HTML type variable and add instructions there
hide this variable on catalog form and RITM using UI policy and show only on catalog task
didn't understand the 2nd requirement clearly
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 02:23 AM
1. First requirement worked but we have Question field mandatory, we don't wants to show the question at top. I'll attach the screenshots for reference
added the value in default value tab-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 02:31 AM
then try this
1) Give some question, using background script clear that question field
OR
2) Use Variable of Type "Custom" and add your HTML in widget and link that widget to this variable
Then it won't show that heading for variable
Output: no variable heading/label
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 04:10 AM
Thanks @Ankur Bawiskar
About second requirement, We have to show another variable section below our first variable section as shown in first requirement.
But We don't have that variables created in Catalog Item or Portal.
I'll Add screenshot for reference.
Now This section should be editable for fulfiller to add the information on this section.
How can we achieve this requirement?