I have input excel cloumn “ENGG_OWNER_ID” based on values of the i want to group the other column values “DIRECTORY_NUMBER” how to do that can any one help me.
Column name can be change but the column position will be same right in your Excel? as per the below example column A2 denotes ENGG_OWNER_Id with diff name.
A1| A2
|Engg owner_Id or Engg Id or Owner Id or xyz
In this case, Use Build datatable activity and give column name by your own and read your excel using read range and uncheck add header property while importing to table. So now the column name would be static.