Hi,
I am looking to make a workflow that based on an input table can add or delete columns in the final outputs. The columns may be strings, data or intergers.
Any ideas on how I can start? I already try to use the Dynamic Select tool but I wasn't able to do it.
I am attaching an example of input and what I am expecting as the output. I am hoping I can split the output to 3 different tables.
Thanks for the help
Input Table
| Row | A | B | C | D |
| 1 | Yes | No | Yes | No |
| 2 | No | Yes | No | No |
| 3 | No | Yes | Yes | Yes |
Outputs