I tried to push a string list variable via a “Call Workflow (Table Based)” node to a child workflow containing a “Container Input (Variable)” node but this doesn’t seem to be possible. Is this the case or am I missing something?
Passing this type of variable would save me a lot of time actually?
Would be happy about any information in this regard.
Thanks for reporting this. I will create an internal ticket. In the mean time, a possible workaround could be: concatenating everything into a string with comma separation and pass that instead. Source
thanks a lot for your reply. I actually used the string format instead but that also meant to change the child workflow which I actually wanted to avoid. But it works and that is the important thing.