Activity
Data model read
Reads selected columns from a data model. Options for configuration include sorting the records and skipping a certain number of records.
Data model write
Writes new records to a data model. Configuration options include selecting columns to write values to.
Data model delete
Deletes data model entries based on a filter. Configuration options include setting a filter.
DB Insert
Adds records to a table connected via an Edge Connector. Configuration options include selecting columns to write values to and setting a limit on the number of records.
DB Read
Reads data from a table or view in a database connected via an Edge Connector. Configuration options include selecting columns to read, specifying the sorting criteria, and setting a limit on the number of records (default is 1).
DB Procedure
Executes a procedure on a database connected via an Edge Connector. Configuration options include specifying which output parameters to pass.
DB Update
Updates records in a database connected via an Edge Connector based on a filter. Configuration options include setting a filter and selecting columns to update.
DB-Delete
Deletes entries from a table in a database connected via an Edge Connector based on a filter. Configuration options include setting a filter.
Send E-Mail
Sends an email. Configuration options include specifying the recipient, subject, whether to use a custom sender, CC, and BCC.
ID-Generator
Generates an ID according to a specific pattern. Includes a timestamp value.
JSON Read
Parses a JSON input and extracts its parameters as individual values.
JSON Write
Writes a JSON document based on a template.
MQTT send
Sends MQTT messages.
MQTT-Text send
Sends text messages via MQTT.
OPC Read
Reads selected OPC data points from OPC UA Edge Connectors.
OPC Write
Writes values to selected OPC data points on OPC UA Edge Connectors.
Rest-Call
Calls APIs (API endpoints) using a Rest-Client Edge Connector.
Select
Calculator
Performs calculations based on formulas and outputs the result. Allows for defining variables that can be bound to values from the workflow.
Text-Placeholder
Replaces placeholders in a template text.
Textoperation (preview)
Performs various actions on the input text, such as finding and replacing patterns, calculating hashes, splitting text, joining text, extracting text, removing leading and trailing whitespace, changing case, searching for positions, and counting characters.
Delay
Delays the execution of the workflow for the specified period of time.
Last updated