Am also new to UIpath am just sharing what i have learned.
Follow below steps.
Read filter condition datatable
put for each row , so it will read every parameter one by one
3.Assign your parameter as variable
4.Open raw data excel sheet assign filter as stored variable = raw data value column name(Shown in screen shot)
do read range and write it in excel sheet you want.
All above activities should be in For each row.
In the xaml file you sent , you passed the value statically , However Im looking to pass the value dynamically for filtering the excel file .
reason for filtering the file, passing the dynamic conditions is because we are not sure about the paramteters … sometimes those values might get added to the raw data , however we cannot modify the bot every time .