Suppose I have a file named "ABC_12345678" where 12345678 is the product number.
In an Excel file, I have a list of products with different product numbers.
In Filter Node, I specify the Field = Product Number, Type = unicode, Operator = equals, when approaching the value part, I can't input customized field. So, I need to hard code 12345678.
What I want to do is : Grab the product number from the file information ( I have done this part), however, how can I use it as input for filtering ?
Many Thanks.