hi,
I am getting the below error when using excel pivot activity.
Error : Pivot Datatable: A value of type ‘System.String’ cannot be set to the location with name ‘Result’ because it is a location of type ‘System.Data.DataTable’
Well I believe variable ‘SallIncPivotTable’ is of string type. Output only accepts the variable in DataTable type, so I suggest you to convert ‘SallIncPivotTable’ to type ‘DataTable’.