Which Flow Designer variable data types are supported for storing record data and complex data?
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.
Community Discussion