We have Workflow A that retrieves variables from a Forms process. One of the variables is a table/collection. We want to invoke a "sub-workflow" that processes this table/collection. What's the best (cleanest & easiest) way to accomplish this?
It looks like you can set each table field as an input parameter in Workflow B and then send them individually (as multi-value tokens, I assume) from Workflow A. Is that correct? Is there a way to pass the entire collection itself and then iterate over it in Workflow B using For Each Row?
Workflow 9.2