---
original_url: "https://jace.pro/blog/london-feature-multi-row-variable-sets/"
format: markdown
ai_optimized: true
---

London Feature: Multi-Row Variable Sets# London Feature: Multi-Row Variable Sets

August 1, 2018 [servicenow](/tags/servicenow/)

  Enable AI AnimationI had to try this out and since the [docs](https://docs.servicenow.com/bundle/london-it-service-management/page/product/service-catalog-management/task/t_CreateAVariableSet.html) doesn’t show how it works here’s screenshot and video.

It’s pretty neat the content if you do a `g_form.getValue('variableSetName');` is a stringified JSON array.

`g_form.getValue('questions'); // returns below
/*
"[
  {
    \"order\":\"100\",
    \"question\":\"What do you need help with?\",
    \"required\":\"Yes\",
    \"help_text\":\"\"
  }
]"
*/`
---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2018/2018-08-01-london-feature-multi-row-variable-sets.md).

[London Feature: Multi-Row Variable Sets](https://jace.pro/blog/london-feature-multi-row-variable-sets/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/london-feature-multi-row-variable-sets/*
