Skip to content

AppRun

Overview

The AppRun control type will create a button that runs a Composable DataFlow. Depending on the DataFlow this can accept user input and/or update values on the current container page.

AppRun

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Must be set to System.Int32.

  • ControlType: Must be set to AppRun.

  • DefaultValue: Must be the Id of the DataFlow to run.

Optional Fields