How can I rename non static columns

Hi @Sami_Rajput

You can use find and replace till nothing is found

Or

Read the row and loop through use a if condition to check the name and if employee modify…if not move to next

Cheers