CAD · Question #92
What data types of Flow Designer variables are supported to store record data and complex data? Choose 3 answers
The correct answer is B. Integer D. Choice E. String. Flow Designer variables support various fundamental data types like Integer, Choice, and String, which are commonly used to store values from record fields or other data sources.
Question
What data types of Flow Designer variables are supported to store record data and complex data? Choose 3 answers
Options
- ALabel data type
- BInteger
- CArray
- DChoice
- EString
How the community answered
(45 responses)- A7% (3)
- B91% (41)
- C2% (1)
Why each option
Flow Designer variables support various fundamental data types like Integer, Choice, and String, which are commonly used to store values from record fields or other data sources.
"Label data type" is not a standard or recognized data type for variables within Flow Designer.
Integer is a fundamental data type supported in Flow Designer variables, used to store whole numbers, which is a common type of data found in records.
While Array is a supported collection data type in Flow Designer for storing multiple values, it is not part of the specified correct answers for this particular question, which seems to emphasize atomic or simpler data types that frequently represent parts of record data.
Choice is a data type available for Flow Designer variables, allowing storage of selections from a predefined list, often corresponding to choice fields on records.
String is a universally supported data type for variables in Flow Designer, capable of storing textual data, which is a pervasive form of information in records.
Concept tested: Flow Designer variable data types
Source: https://docs.servicenow.com/bundle/washingtondc-flow-designer/page/administer/flow-designer/reference/flow-variables.html
Topics
Community Discussion
No community discussion yet for this question.