• Jace's Blog
  • Posts
  • London Feature: Multi-Row Variable Sets

London Feature: Multi-Row Variable Sets

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\":\"\"
  }
]"
*/

Copyright © jace.pro 2022

Reply

or to participate.