Hi Community,
I've recently created my first analytic app, it's meant to do the following:
1- Allow users to connect a file, via the input tool
2- Tool detects the string columns, you can then choose which one you will clean (using a dropdown)
3- You select a pattern for the regex tool (using a dropdown)
4- You select what you want to replace the info with (free text)
5- You save the file using an output file.
While the app works with the attached example .... when i connect a different excel file with other column names it does not update the list of values in the dropdown list. It expects me to change the name of the column that i want to clean to "concept"
Does anyone know how to fix this issue?
I'm attaching the packaged app
Thanks!