Append text with same name

How I will get values in loop if the loop contains same value I need to append it.for example when the loop run I got two values one is 12/31/2017:write… And another is 12/31/2017:read …since it has same date I need to append it as 12/31/2017:write read.

@sruthesanju

Use Filter Datatable for that

Column Name and give the value which you want to filter

Use If Condition whether the value is exist then use append range with your value + write Read

Check below for your reference

Hope this may help you

Thanks