London Feature: Multi-Row Variable Sets

servicenow

Enable AI Animation

I had to try this out and since the docs 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.