Skip to content

Set Project Variable Values from Table

Reads values out of a project table and assigns them to project variables. Unlike Set Workflow Variable Values from Table, the values persist beyond the run — every workflow in the project sees them until something changes them again.

Use it for state that outlives a single run: the last period successfully loaded, a watermark timestamp, or a current-scenario name.

Map each source column to the project variable it populates. The step reads a single row, so narrow the table to one row before it runs.

A filter expression that narrows the source rows.

A HAVING-style filter applied after aggregation.

Off by default, and limited to one row when on. Turn it on with an explicit ordering when the source could return several candidate rows.