How to find the column is filled

HI
I have a excel sheet the sheet1 have 9 column name if i enter any new column means its shown me a column is filled

1 Like

Hi
Fine are we trying to create new column
if so
–get the datatable of that excel using read range activity
– and Kindly try with add datacolumn activity and mention the above obtained datatable as input and mention the new columnname you want

kindly correct me if i m wrong with the question
Cheers @vivekktr

Hi @vivekktr,
Please check the below activity: