Hi all,
I'm starting out with Alteryx. I'm trying to connect a user input text tool to an action tool to filter records based on what the user input. I'm unsure how to configure the action tool and filter tool. Also, in general, I do not know how to edit the action tool. I've downloaded sample workflows with configured action tools, and when I connect that action tool to my workflow the configuration disappears and I cannot write a custom configuation.
My workflow is attached, my desired output is:
| UT ID | city | state |
109823 | raleigh | nc |
| 109823 | baltimore | md |
| 109823 | dallas | tx |
Thank you for any help.