Hello,
I use Text Box/Action/Input Data tools (for use in Gallery) to input a csv file that does not have headers in any row. The position of the data changed each time the file is received. The data I need start from the row that has "All" in first column. So, I first added a Select tool and renamed the first column to A with data type - string. Then, added a filter: [A]="All". I am able to run this workflow to success and obtain the output file with expected results in Alteryx Designer. However, when I tested it in Gallery, I got an error for the Filter tool, indicating Unknow variable "A". Should a different tool than Select/rename column be used, and how?
Thank you in advance.