If you need to read an answer value to a variable or create a new variable in the logic in your form, you should use the below functions in Pretty Forms Designer Add-on for Google Forms.

By default, the function creates a new local variable initialized from its default value or passed value. To read an answer value, click on the “Init with” option in the function call & then use the “Read from a Form Item Answer value” option, this will create a new local variable initialized from the answer value.


Create Number Type Local Variable

Description: This function creates & initializes a local variable of Number type.

Return: Number.


Create Text Type Local Variable

Description: This function creates & initializes a local variable of Text type.

Return: Text.


Create Boolean Type Local Variable

Description: This function creates & initializes a local variable of Boolean type.

Return: Boolean.


Create Date Type Local Variable

Description: This function creates & initializes a local variable of Date type.

Return: Date.


Create Time Type Local Variable

Description: This function creates & initializes a local variable of Time type.

Return: Time.


Create DateTime Type Local Variable

Description: This function creates & initializes a local variable of DateTime type.

Return: DateTime.


Create Number Array Type Local Variable

Description: This function creates & initializes a local variable of NumberArray type.

Return: NumberArray.


Create Text Array Type Local Variable

Description: This function creates & initializes a local variable of TextArray type.

Return: TextArray.