nerdexam
ServiceNow

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.

Submitted by chiamaka_o· Apr 18, 2026Application Automation

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)
  • A
    7% (3)
  • B
    91% (41)
  • C
    2% (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.

ALabel data type

"Label data type" is not a standard or recognized data type for variables within Flow Designer.

BIntegerCorrect

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.

CArray

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.

DChoiceCorrect

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.

EStringCorrect

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

#Flow Designer#Variables#Data Types#Complex Data

Community Discussion

No community discussion yet for this question.

Full CAD Practice