You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A singleton list (i.e. a list with one item) can be converted into a value and visa-verse.
For example, if the variable of a decision is of type list<string> and the decision logic evaluates to string then the value is converted into list<string>.
The text was updated successfully, but these errors were encountered:
A singleton list (i.e. a list with one item) can be converted into a value and visa-verse.
For example, if the variable of a decision is of type
list<string>
and the decision logic evaluates tostring
then the value is converted intolist<string>
.The text was updated successfully, but these errors were encountered: