
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:18 PM
I'm trying to display 3 columns in a form. I used a container start as a divider but the layout is only 2 columns. I want to have 3 columns.
I would like to have something like this:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:21 PM
Hi Claudia,
You need three containers
Container1 Start
Container2 Start
Variable1
Variable2
Contaner2 End
Container3 Start
Variable2
Container3 End
Container1 End.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:44 PM
No. Thats not possible in ServiceNow.
You may need to create another set of variables for that and hide them, till the first set of variables are filled.
I have also seen people using HTML to do so as well. But with HTML, it is dificult to access values.
If your are fine with a limit on set of fields, I would suggest to create another 2-3 set of fields and use UI policy to display them
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 02:58 PM
Thank you. I created one set of field. But How do I make it to display it after we fill out the previous field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 03:03 PM
Hi Claudia,
Write a UI policy,
if variable 1 & 2 & 3 is not Empty
UI policy action - Display Variable4,Variable5,Variable6
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2020 08:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2021 10:33 AM
How can we get the same layout of 3 columns on enhancement table form ?