WorkformQuestions
Get a collection of question for the specified formToken.
Table-Specific Information
SELECT
The provider uses the Monday API to process WHERE clause conditions built with the following column and operator. The provider processes other filters client-side within the provider.
- Token supports the '=' comparison operator.
For example, the following query is processed server-side:
SELECT * FROM WorkformQuestions WHERE Token = 'Val1'
INSERT
The following columns can be used to create a new record:
Token, Description, Options, Required, Title, Type, Visible, SettingsCheckedByDefault, SettingsDefaultCurrentDate, SettingsDisplay, SettingsIncludeTime, SettingsLimit, SettingsLocationAutofilled, SettingsOptionsOrder, SettingsPrefillEnabled, SettingsPrefillLookup, SettingsPrefillSource, SettingsPrefixAutofilled, SettingsPrefixPredefinedEnabled, SettingsPrefixPredefinedPrefix, SettingsSkipValidation
UPDATE
The following columns can be updated:
Description, Required, Title, Type, Visible, SettingsCheckedByDefault, SettingsDefaultCurrentDate, SettingsDisplay, SettingsIncludeTime, SettingsLimit, SettingsLocationAutofilled, SettingsOptionsOrder, SettingsPrefillEnabled, SettingsPrefillLookup, SettingsPrefillSource, SettingsPrefixAutofilled, SettingsPrefixPredefinedEnabled, SettingsPrefixPredefinedPrefix, SettingsSkipValidation
DELETE
You can delete entries by specifying the following columns:
Id, Token
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The question's unique identifier. | |
| Token [KEY] | String | True |
The form's string-based unique token. | |
| Description | String | False |
Optional text providing additional context, instructions, or examples for the question. | |
| Options | String | True |
The available options for choice-based questions. | |
| Required | Bool | False |
Whether the question must be answered to submit the form. | |
| ShowIfRules | String | True |
Conditional logic rules that determine whether the question is displayed, based on responses to other questions. | |
| Title | String | False |
The question's title. | |
| Type | String | False |
The question's type. Determines input behavior and validation. | |
| Visible | Bool | False |
Whether the question is visible to responders. | |
| SettingsCheckedByDefault | Bool | False |
Whether the box should be checked by default. | |
| SettingsDefaultCurrentDate | Bool | False |
Whether the current date is set as the default value. | |
| SettingsDisplay | String | False |
The display options for select-type questions. | |
| SettingsIncludeTime | Bool | False |
Whether the time selection (hours and minutes) is included with the date selector. | |
| SettingsLimit | Int | False |
The maximum rating value that can be selected. | |
| SettingsLocationAutofilled | Bool | False |
Whether the responder's location is automatically detected and filled. | |
| SettingsOptionsOrder | String | False |
The ordering options for select questions. | |
| SettingsPrefillEnabled | Bool | False |
Whether the question's prefill functionality is enabled. | |
| SettingsPrefillLookup | String | False |
The field or parameter name to lookup from the prefill source. | |
| SettingsPrefillSource | String | False |
The sources for prefilling question values. | |
| SettingsPrefixAutofilled | Bool | False |
Whether the phone country prefix is automatically detected and filled. | |
| SettingsPrefixPredefinedEnabled | Bool | False |
Whether a pre-defined phone country prefix is enabled for phone number questions. | |
| SettingsPrefixPredefinedPrefix | String | False |
The predefined phone country prefix in capital letters. | |
| SettingsSkipValidation | Bool | False |
Whether URL format validation is skipped, allowing any text input. |