Skip to main content
How can I get a data source id

Let's explore how you can set the identifier of a data source

Updated over a week ago

The data sources id is a unique string used to reference a data source in your custom JavaScript. For example, you can use the following JavaScript to return all the rows in a specific data source.

tf.getDataSource('insertDataSourceId')

You can use the following steps get the id of your data source:

  1. Navigate to the data sources screen by clicking the "..." on the form builder screen or via the context menu for a team in the side bar

  2. Locate the data source you wish to reference and click the "..." icon followed by "Data Source Id"

  3. The Id will be listed at the top of the popup menu that will appear

Did this answer your question?