Hello,
as I am creating an Analytic app that is going to be used by other people, I'd like to add a test that checks if the fields contained in the input file are named in the right way (the way Alteryx workflow expects).
the test would be something like: "blablabla" is not an existing field_name in input file (an Excel file)
I tried to do so both with the "error message" tool and the "test" tool but it seems they don't allow me to access fields names.
Any suggestions on how to do so in the simplest way? Like avoiding to transpose all columns to rows and check all rows with Contains(row,"blablabla")
thanks in advance