Hi @Meneghino,
Compose should be able to handle any kind of data Input.
Besides, I don't think Compose is similar to Collect() function.
I will try to explain from my own understanding.
Compare the whole Flow to math equation, then Compose Action should be considered as operators like +, -, *, /,
I think you have noticed that under Compose action in running details, there is only Outputs available,
Through the Compose Action, we could only get the result from the value input, but we can't change the Input, which means there is no way to modify the original input of the same compose,
For Variables, it should be the X parameter in the equation, which we could substitute with values,
Under the the running details, you should also noticed that it only contains Inputs, and it has the corresponding action to "Update" the X (original input) value.
Regards,
Michael