ServiceNow Certified Application Developer — Question 78
Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three.)
Answer options
- A. Choice data type
- B. Array.Reference data type
- C. Integer data type
- D. Freedom data type
- E. Array.Boolean data type
- F. Label data type
Correct answer: A, C, E
Explanation
The correct answer includes Choice data type, Integer data type, and Array.Boolean data type, as these are recognized by Flow Designer for storing variable data. The other options, such as Array.Reference data type, Freedom data type, and Label data type, are not supported within Flow Designer.