Data Operations
WFBs that are used to operate on data, like save, delete, and read an object.
Name | Description | Parameters | Result |
---|---|---|---|
Add Item | Creates a new database object and sets it to the given element | Element: Element casted as a database object | Returns the created object as a current parameter |
Delete Item | Deletes selected element object from the database | Element: Element deleted from database | Returns the deleted object as a current parameter |
Delete Item By Filter | Deletes selected element object from the database based on specified filters | Returns the ID of the container in which the deletion was made on the current parameter | |
Save Item | Stores or updates an object in the database | Return the created object as a current parameter | |
Read Data | Read data from the database | Returns the list of entries or the count as a current parameter | |
Refresh | Update shown database objects in the specified element | Element: Element to refresh | N/A |