Hi Everyone,
I have a data table which I want to extract only the data from 1 specific column (Tracking No.).
I tried to extract it with "For each" loop, but the problem is that I have to specify the property.
I tried to set a variable for the property as a "0" and then in the "For each" loop I will again set a variable for +1, so it can always extract the next property, but when I try to set the value to iterate, It gives me a "Syntax error".
%ExcelData[%Property%]['Tracking No.']%
Any help how can I use the variable inside the value to iterate?
Thank you