Hi community,
Would you please help me with below question? Thanks in advance.
There is the datatable "TestExcelData" which is from reading from my excel worksheet.


And then I created new blank datable with static header like below.


Then I will use For-each action to loop the "TestExcelData" the first datatable and use condition to identify if the current item is target or not.

What i want to do is to add this current item into my new blank table just created If the result is True. Can I use the Set variable to do this? Please give me a hand on this. Thanks!