ServiceNow Certified Application Developer — Question 144
What data types of Flow Variables are supported to store record data? (Choose three.)
Answer options
- A. Choice
- B. Date
- C. Array
- D. Integer
- E. String
Correct answer: B, D, E
Explanation
The correct answer includes Date, Integer, and String as these data types are designed to store record data effectively. Choice and Array are not suitable for this purpose, as they do not align with the structure required for records.