📁 Reference
Form

form

ensure

Terminal
ensure form FormName

remove

Terminal
remove form FormName

update

Terminal
update form FormName name:"Symbol"
update form FormName label:"null | @null | @empty | text"
update form FormName description:"null | @null | @empty | paragraph"
update form FormName filterTags:"..."
update form FormName chatLabelField:"null | SectionField | Grid/Field"
update form FormName textPattern:"..."
update form FormName chatPattern:"..."
update form FormName tabVariant:"standard | scrollable | fullWidth"
update form FormName chatBubbleFields:"..."

filterTags : null | @empty | FilterTag1, FilterTag2, ...

textPattern : null | Variable of type: text | Variable value of type: text

chatPattern : null | Variable of type: paragraph | Variable value of type: paragraph

chatBubbleFields : null | @empty | SectionField, Grid/Field, ...

goTo

Terminal
goTo form FormName

print

Terminal
print form FormName