Hello Alteryx Community,
I'm currently working on an Alteryx workflow and need some assistance. My goal is to create a dynamic search feature where, upon entering a name in a textbox or dynamic field, the workflow will retrieve all related data associated with that person from a dataset. The challenge is that the name could be present in any column, not just a specific one.
For instance, if I input the name "Peter H.," the workflow should search across all columns and, if found, it should
display the corresponding 'Req ID' and other related details from those rows.
Here's a brief overview of what my dataset looks like:
(attaching the ss)
I am seeking guidance on how to structure this workflow to effectively search across multiple columns and pull all relevant information based on the input name. Any insights, tools, or functions within Alteryx that could facilitate this would be highly appreciated.
Thank you all