Serializing variables

Hi, Is it possible to serialize a variable in one workflow/sequence and deserialize in another workflow/sequence in UIPath?

This is actually what automatically happens when you pass arguments between workflows. The (in/out) arguments are serialized in the invoker workflow and deserialized in the invoked workflow. The arguments must be serializable.

1 Like