Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

What Are Data Sources?

Use data sources to supply data sets for your workflow.

What are Data Sources?

Data Sources is a module in TAP found within the Business Automation section of the platform. This module consists of five different data source types, which are configured and edited within the Data Sources module. Data sources are most often leveraged in drop down field types within the Form Builder tool in the Designer. But what is a data source, exactly? In TAP, a data source is a set of data used to populate certain fields in a workflow. For example, there might be a data source of countries – a set of country values that are uploaded into the Data Source module. The workflow designer would be able to leverage these values when building a workflow that required a drop down with all countries.

 

Data Sources From CSV Files

  1. Simple Data Source
    • A Simple Data Source is a set of values, such as countries, colors, barcodes, etc. Each simple data source is essentially one set of values.
  2. Conditional Data Source
    • A Conditional Data Source consists of two simple data sources. These two simple data sources will work to conditionally populate a drop down. If we consider that sets of data are most often used in configuring drop down fields, it makes sense that conditional data sources will allow one to conditionally populate drop down fields. For example, if one drop down list is configured from a data source set of countries, after one country value is selected a second drop down can conditionally populate with relevant data; for example, regions that are within the selected country.
  3. Grid Data Source
    • A Grid Data Source allows a user to upload a comma-separated values (CSV) file with multiple columns. Each row of data acts as a “bundle,” or set of information. These rows are used to populate text fields and drop downs through form prepopulation. For example, if there are three columns defining Name, date of birth, and email address, each row would identify personal information about a different person. This Grid Data Source could then be leveraged to prepopulate fields after someone selected the relevant piece of information from a drop down.

Data Sources from API Calls

Create Data Source

  1. Simple External Data Source
    • An External Data Source is a Simple Data source that is configured via API. Instead of uploading a CSV file with values, the values are “pulled” from an external database via API.
  2. Grid External Data Source
    • A Grid External Data Source has the same functionality as a Grid Data Source. The key difference is that the values are updated via API.

How do I configure a Data Source in TAP?

While the specific procedures for configuring a data source vary depending on the type of data source, the basic steps are the same for all. To create a simple Data Source in TAP, follow the instructions below.

clipboard_e9ca41acf018dc5aa2f87d650931a5824.png

  1. Click Create New Data Source
  2. Name your Data Source: Enter the name of your Data Source in the Data Source Name text box.
  3. Describe your Data Source (optional): Enter a brief description of the content of your Data Source in the Data Source Description text box. This description will show when a designer selects the Data Source when configuring a drop down field.
  4. Define Departments: Select the department(s) that will have access to the Data Source from the Data Source Departments drop down. Only the department(s) you select will be able to modify the workflow from the back end. For example, if someone is in the HR Department and the Data Source is limited to the Finance Department, users who are set up in HR will not be able to edit or delete the Finance Data Source.
  5. Upload the CSV File: Click the Upload CSV button to choose a CSV file to upload from your computer.

Additional Features:

Enable Insert

The Enable Insert feature (courtesy of our June ’18 Release) allows Simple Data Sources and Grid Data Sources to become more dynamic. If a drop down field in a workflow is populated from one of these data sources types with Enable Insert activated, users will be able to add new values to the data source while filling out a workflow.

clipboard_e0bde05c56ad91afdf28cd1b7b72795e5.png

Once the Enable Insert checkbox is selected within the datasource a new checkbox within the Configure Options of the drop down field will become visible. Both check boxes must be selected in order to enable this feature. 

clipboard_e9b0080b12a04db9e01c93b18fdc5cbdb.png

After selecting Enable Insert within both the Datasource and the Designer, end users will be able to add additional fields into a drop down, which will then populate into the Data Source itself.

Data Source with Insert Enabled