Not able to push string list variables via Call Workflow (Table Based)

Hi,

maybe I missed a conclusive forum entry…

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.

Best

A

P.s. here is a mock workflow:
Call_Workflow_List_var.knar (23.2 KB)

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

1 Like

Hi @victor_palacios,

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.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.