- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:00 AM
Hi All,
We have a variable set with layout 2 column wide, alternating side.
Now we have a requirement to place a specific variable as a single column in the variable set as below(var5).
var1 var2
var3 var4
var5
var6 var7
How can we achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:08 AM
Hi @learn nv ,
Something similar to ur requirement mentioned in this KB
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1113204
Thanks,
Danish
Mark the response Helpful & Accepted if it helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:05 AM
@learn nv , use containers And use contrainer split where you want to divide
Regards,
Shyamkumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:06 AM
@learn nv Create multiple containers as follows.
1. Container 1: 2 column wide, alternating side
It should contain var1, var2, var3 and var4
2. Container2: 1 column wide
It should contain var5
3.Container 3:
2 column wide, alternating side
It should contain var6 and var 7.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 05:06 AM
Hi Sandeep,
You mean, have to use 3 variable sets one as 2 column wide, alternating side. 2nd one as 1 column wide and 3rd one as 2 column wide, alternating side?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 05:49 AM
@learn nv In a single variable set you can have multiple containers and containers can 2 column or 1 column wide.
Here is an example.
Use the container end to end the container scope.