Action Compilation
In this section you can find compilation examples of actions.
Examples | Description | Screenshot |
---|---|---|
Click on a cell in a table to executes a named action. |
||
Click a Text widget to executes a collect action on selected table rows. |
||
Click a Text widget to collect the entire table dataset and combine this with the initial message payload. |
||
Click to executes a
|
||
Click to executes a
|
||
Click to executes a
|
||
Click on a cell executes a
|
||
Click on a cell copies text. |
||
Click on a cell copies text and notifies. |
||
Click on a cell invokes advanced endpoint. |
||
Click invokes named actions. The first is defined on the Text widgets. This named action invokes a second defined at the compilation level. |
||
Click to modifies text size and color. |
||
Click to modifies text size. |
||
Click to sets the text style to default. |
||
Click to changes the aggregation of the pen in the chart. |
||
Click to adds a new row to the table. |
||
Click to remove a row from the table. |
||
Click to remove a table row where the match condition is stated as "" : "" . |
||
Click to remove a table row where the match condition is expressed as an array of \{ "name" : "", "value" : "" } objects. |
||
Click to filters out table rows based on a greater then or equal to criteria. |
||
Click to invoke a notification action. |
||
Click to open a hypermedia link. |
||
Click to passes input message payload to the next action in the pipeline, which in this case is the browser consoles. |
||
Click to show a prompt dialog containing a text widget. |
||
Show how to use: |
||
Click to retrieves a KPI table. |
||
Click to retrieve data from the read endpoint. |
||
Table data is retrieved using read endpoint, click on save button to write data to the endpoint |
||
Click to send data to editor widget. |
||
Click to select table rows using a send action. |
||
Click on a table cell in a specific column to execute an action based on a matching case condition. Also illustrates the use of multiple pipelines. |
||
Transform input using MongoDB’s Aggregation Pipeline’s $project logic. Illustrates the use of the Transform Editor |
||
Transform input using MongoDB’s Aggregation Pipeline’s $match logic. |
||
Filter input based on key value. |
||
Filter input based on key value and return first matching result. |
||
Transform entire input using MongoDB’s Aggregation Pipeline logic. |
||
Click on a cell prompts notification with one second delay. |
||
Click on a cell increases or decreases value of object. |