Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Actions - Data

In this article, we’ll review all of the Flow actions available under Data Actions. In general, “Record” functions are used for web forms and uploaded CSV datasets, while “Data” functions work with connected datasources such as Elasticsearch, SQL and Oracle databases.

1_data-actions

Search Record

Use the Search Record action to look up data based on the criteria you select. Use the branch options to perform actions based on the number of records found.

First, select the type and name of the dataset to search, then choose the field(s) and value(s) you want to search for.

2_data-actions

Below the search box, you’ll see three branch options where you can place actions depending on the number of results found. You can specify different sets of actions for each of these three branch options.

Note: The Search Record action will loop through multiple records found individually. For example, if five records are found, the actions under the Multiple Records Found will be performed five times, once for each record.

Updating/Deleting Records

Once you have searched and found one or more records in your dataset, you can use the Update Record and Delete Record to take appropriate actions.

Note: These actions can only be used in Search action branch options corresponding to one or multiple found records.

3_data-actions

The Delete Record action deletes a previously located record(s).

4_data-actions

Insert Record

Use the Insert Record action to add a new record to an existing dataset. Just select the type and name of the dataset, and then choose the values for each field or column.

5_data-actions

Submit Data

Use the Submit Data action to send data to a third party system via URL, similar to a “form POST” in HTML. Simply provide the URL you’d like to submit your data to and the format you’d like to use, followed by the parameters or field/value pairs you’d like to send.

6_data-actions

Post Data

Use the Post Data action to send data to a connected data source. Select the connection, database and table to update, followed then by the data itself.

7_data-actions

Reload Data

Use the Reload Data action to reload the data from an existing data connection. To use it, just provide the name of the connection you wish to reload. Note, that it may take a few minutes for the reload to complete, depending on the size of your dataset and the speed of the data connection.

8_data-actions

Get Data

Use the Get Data action to search a connected datasource and get results based on the field/value criteria you provided. Then, you can provide different actions for the branch options to handle the cases of one, multiple, or no records found.

To begin, select the connection, database and table you’d like to search, and provide the field/value pairs to narrow your criteria.

9_data-actions

Update Token

Use the Update Token action to update the value of a stored token. You can update one or multiple tokens by selecting their name and providing a value. To create a new token, click the Add/Manage Tokens button.

10_data-actions