Which three types of data can a flow variable store?

Which three types of data can a flow variable store?
A . Multi-Select Picklist
B . Text
C . Binary Large Object (BLOB)
D . Record
E . Character Large Object (CLOB)

Answer: BDE

Explanation:

A flow variable can store data of various types. This includes simple data types like Text (B), and complex data types like Record (D), and Character Large Object (CLOB) (E).

However, Binary Large Object (BLOB) (C) isn’t a type of data that a flow variable can store. Also, a Multi-Select Picklist (A) is a field type on a record and not a data type that a variable can store. A variable could potentially store the selected values from a multi-select picklist as a text string, but it wouldn’t store the picklist itself.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments