QuestionQ20

Working with External Data

Which Flow Designer variable data types are supported for storing record data and complex data?

Choose three
  • A Label data type
  • B Integer
  • C Array.Reference
  • D Choice
  • E String
Explanation

Per the ServiceNow CAD material, the Flow Designer variable data types supported for storing record and complex data among these options are Integer (B), Array.Reference (C), and String (E). Array.Reference stores a collection of record references (complex/record data), while Integer and String are the supported primitive value types listed. "Label" (A) is not a flow variable data type, and "Choice" (D) is not one of the three in the keyed answer. This matches both the official flow-variable documentation and multiple CAD answer keys.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!