Provide structured data as input for your workflow by creating or importing multiple datasets, each containing variables.
Open datasets
block is the primary way to introduce structured, tabular data into your workflow. It allows you to create or import one or more datasets. The workflow then iterates through a combined set of all enabled datasets, making the data from each row available as variables to subsequent blocks.
This block acts as a powerful starting point, enabling you to run the same workflow logic across many different inputs.
Open datasets
block to:
Open datasets
block shows a list of available datasets for the workflow.
URL
, company_name
, search_keyword
). Remember, these names are case-sensitive.Screenshot: Open datasets block configuration showing a list with one 'Default' dataset
Screenshot: Full-screen data table editor showing columns and rows of data
Open datasets
block.{{URL}}
, {{company_name}}
), and the subsequent blocks are executed using these variables.URL
URL
(case-sensitive) and provide valid, complete URLs (starting with http://
or https://
) in its rows, the AI Agent will automatically open each of these URLs. In this specific case, a subsequent Open Websites
block is not required to open these particular URLs.
Open datasets Block:
URL
column with links to competitor websites.URL
column with links to partner websites.Extract Data Block (added next):
<title>
tag from each page.Extract Data
block will run for each URL from both enabled datasets, and the results will show the page titles for all of them. The “Old_Data” dataset will be ignored.{{url}}
is different from {{URL}}
. Ensure consistency.Open datasets
block is your central hub for managing and inputting tabular data to drive powerful, scalable, and reusable automations in Jsonify.