Skip to main content
Version: 4.2

Simple Rows

Lets you handle the rows of simple tables in a form.

Object designer

fs_main

Object parameters

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

fs_info

Allow rows
Determines if you can add rows.

Allow Edit
Determines if you can edit rows.

Allow Delete
Determines if you can delete rows.

Allow Export
Determines if you can export rows.

Key
The key field lets you define a unique name to your field. Key value will be read and updated in the context

    {
"simple_rows_selector": {
"simple_table_id": "2",
"selected_rows": [
36
]
}
}

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

When adding or editing a simple row, a form opens. fs_edit

Filters

Here you can filter the rows you want to display. fs_filter

There are the common filters like created by, updated by, created at and updated at and then there are the columns based filters. The later come in two forms :

Specific simple table
When choosing to filter on one specific table, you can use the form of that table to filter the rows

Free JSON data
When choosing to filter on all tables, you can use JSON to filter on the values of columns

{
"string": "bbbbb",
"my_group_fields": {
"string": "aaaaa"
}
}

Displayed columns

Here you can choose which columns to display from the simple table you filtered.

Search columns

Here you can choose which columns to add a search bar for, from the simple table you filtered.

Rows

Selection mode
You can choose to be able to select one row, multiple or no row at all.

Export selected rows as
You can choose between ID or the whole data of the row(s).