Get User Input step

Introduction

The "Get User Input" step prompts the user to provide input based on a defined schema during the Template installation phase. This step can only be used in Setup automation part of the Template.

Configuration

  • Title: The title of the input prompt. This is a required parameter that will be displayed to the user.

  • Description: An optional description providing more details about the input being requested. This field supports multiline text.

  • Schema: Defines the type of input expected from the user. The schema determines the data type and validation rules for the input. You can customize the schema with options like "Required," "Multiline text," "Minimum value," and more.

Outputs

  • Value: The value provided by the user, formatted according to the specified schema. This output can be used in subsequent steps or actions within your automation.

Last updated