I'm relatively new to Alteryx, but a seasoned programmer.
I'm trying to build an Analytics App that allows the user to browse for an input data file, but I would like to validate that file before processing to ensure it contains the required fields.
Something like:
IF input data does not contain fields [Name, Address, Date] THEN error message ELSE continue
I discovered the Field Info tool, but I'm confused how I can check the Field Input dataset for the existence of the proper fields and then return to the original Input Data dataset to continue processing. I searched pretty extensively, but the results I've found thusfar have just confused me more. :-o
Thanks in advance,
-Carl