Skip to main content
Version: 4.2

Simple Table

Lets you use the form of a simple table, to display previous data gathered by a task like Find simple rows or to use the data of the form to create or update a row.

Object designer

It takes the form of the selected simple table or free JSON data. fs_main

Object parameters

Double-click on the object to edit it. Object parameters dialog will pop up.

fs_info

Hide selector
Hides the simple table selector meaning the table can only be changed with code. Key
The key field lets you define a unique name to your field. Key value will be read and updated in the context

    {
"simple_table_selector": {
"simple_table_id": "1",
"input_mode": "form",
"data": {
"datetime": "",
"checkbox": false,
"string": "test",
"tags": "",
"user_selector": "",
"media_selector": {
"__media_tag__": true
},
"choices": ""
}
}
}

Note: Pay attention to the uniqueness of the variables to avoid conflicts when executing a Sequence.