I have a workflow that the user selects how they want to run the report. Either by TIN, PIN or NPI. Depending on their selection one of three different workflows run.
Currently it is set up to just accept 1 input via a text interface tool. That then passes through an update tool to update the text in the formula for an in database connection.
I now need to update the workflow and change the text interface tool to a multi line. I then need to take that and convert it to comma separated to then pass through to the action tool.
I know how to convert the text list however I don't know how to pass that through to the update tool. The last part of the conversion is a summary tool and I don't know how to connect that to an update tool
Any suggestions?