Defines a Post Data action component.

This component helps writing (post) data to a FullSync database.
You can add Variable components to this action.

Each Variable’s name will be used as a jSON key with the variable value associated.
Also, if used in a form submit Event, all form inputs values will be automatically posted as key/value pairs, the key being the form control name and the value the current value of the input field.

You can use the root key property to place the posted data in a wrapper object.
For more information : interacting-locally-with-the-data/.

If you want to disable loading controller, you can set property disable loading controller to true.

Name Description
Database Defines the target FullSync Data base to post data to.
Disable loading controller Defines if we want to disable loading controller showing
Group The group name or groups this document will belong to. A given document can be seen and modified by any user belonging to the group or the groups defined here. This property can be a single group (give the group name as a string) or a list of groups. In this case, use a jSON object containing one key per group this document will belong to.
Policy The write policy for this post. can be none (If the ID provided is already present, the post will fail), override (Data for this ID will override any existing object with the same ID in the database), merge (Data with the ID will be merged key by key with the data object already present in the database).
Root Key The key used to ‘Wrap’ all posted key/ value pairs in an object. The key can be simple or composed of a path to the target object, ex : my.super.structure.myObject
Unique ID The unique ID for this post.
Posted data can be retrieved later on with a Get Data action, providing the same ID, or using a Query View action providing a valid key for the view queried.
Data will be automatically replicated to Convertigo server if a Sync Data action has been previously executed in continuous mode.
Note: If ID is not set, the system will compute automatically an UUID as unique ID for this post.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Is active Defines whether the component is active.