Stay organized with collections
Save and categorize content based on your preferences.
Determines how input data should be interpreted.
Enums
INPUT_VALUE_OPTION_UNSPECIFIED
Default input value. This value must not be used.
RAW
The values the user has entered will not be parsed and will be stored as-is.
USER_ENTERED
The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["Specifies how input data is understood by the system, crucial for correct data handling."],["Offers three options: a default to be avoided, `RAW` for storing input as-is, and `USER_ENTERED` for parsing input like user UI entries."],["`USER_ENTERED` option enables automatic conversion of strings into numbers, dates, and other formats based on Google Sheets UI rules."]]],[]]