Hi,
My workflow needs to develop a dynamic solution to process data like sql .
I have built a simple batch macro, which allows users to define data table and joining key. However, in the current design, the joining key can only joined once. I need some guidance on how to modify the macro so that users can select multiple keys to join in the workflow.
Current approach could only handle one joining key
MACRO:

workflow:

As above shown, there is limitation for the joining key and action tool in macro could only replace joining key once a time.
I have attched the macro below, pls help to let me know any way to allow Mutiple joining key. so that able to process user defined joining requirement. APPRECIATE FOR ANY HELP!!!
| table1 | table2 | table1 key | table 2 key | |
car | carprice | serialNO | Serialnumber | |
| car | carprice | date | Date | |