---
title: "Show Default Value for Subflow Parameters"
slug: "show-default-value-for-subflow-parameters"
description: "Show the default value for subflow parameters in the editor view."
tags: ["Building Models", "Get Started", "Test Modeller"]
updated: 2023-03-31T10:07:35Z
published: 2023-03-31T10:07:35Z
canonical: "knowledge.curiositysoftware.ie/show-default-value-for-subflow-parameters"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Show Default Value for Subflow Parameters

Show the default value for subflow parameters in the editor view.

[Embedded content](https://www.youtube.com/embed/9FymDTqEb2Q?&amp;wmode=opaque&amp;rel=0)

Models can be used as Subflows in other Models. This is essential for clarity and reusability. Values set in the Variables section of the Test Data & Automation tab of a model are now shown as replaceable Default Values in the Subflow Properties, when the model is used as a subflow.

## To set Default Values

Start in a model that you will use as a subflow. In the Test Data and Automation tab, click on the Variables icon in the ribbon.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680257215956.png)

Click on the cog button to the right of the variable you want to change, and then click on Edit

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680257223021.png)

Here, you can enter the Default Value for that variable.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680257231406.png)

## To use subflow Default Values

In a model that uses the above model as a subflow, right-click on the subflow and select Subflow Properties

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680257239792.png)

In the Subflow Properties box, the Input Parameters tab shows the variable names. The Default Value you entered is shown greyed out. You can enter other values in this box as required. If left unedited, the model will use the default values.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680257247340.png)

Subflows are used to quickly embed and re-use models within a master model. Subflows hide detailed or complex modelling and make the master Flow more readable. They enable scalability by building out the complexity from smaller, more step-focussed Models, rather than building giant, complex, inflexible Flows.

A Model is a canvas and the Flow that is built onto it. There are several types of Model, some of which display different tabs and tools on the toolbar in Quality Modeller.

Test Data Variables are sets of data that can be attached to blocks in models. This data can be custom, synthetic, automated etc. Variables are basically assigned data values and rules to blocks, and this data is used when automation is run.

## Related

- [Quality Modeller 101](/test-modeller-101.md)
- [Quality Modeller](/get-started-with-test-modeller.md)
- [Building Models in Quality Modeller](/building-models-in-test-modeller.md)
- [What is Coverage, and Why does it Matter?](/coverage-in-test-modeller-explained.md)
- [Inline Editing of Subflow Parameters](/inline-editing-of-subflow-parameters.md)
