In my workflow, I have a test to see if there is a valid output/data.
If the test condition is met, I'd like the workflow to continue and prompt the user for text input, which will come in as an unclean string.
I'd like to take this string and cleanse the data for further analysis.
2 questions:
1. How can I continue the workflow in the current state so that if the test condition is met, the workflow prompts the user for text input?
2. How can I input the user text into the workflow so that I can perform data cleansing and analysis?

'Update Value' tool configuration looks as the below right now:
