ServiceNow Certified Application Developer — Question 124
What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.)
Answer options
- A. Label data type
- B. Integer
- C. Array.Reference
- D. Choice
- E. String
Correct answer: B, D, E
Explanation
The correct answer includes Integer, Choice, and String, as these types can effectively store record and complex data within Flow Designer. Label data type and Array.Reference do not support storing such types of data, making them incorrect choices.