I am facing an issue with ‘Insert Column’ activity, where an exception is thrown while trying to add a new position. Below is the screenshot of the workflow.
Below is the exception that is thrown when i run the workflow.
Hey @MAHESH1, Thanks for the reply. Here is the screenshot of properties for ‘Insert Column’ activity. I tried both with and without position, however in both the cases its throwing the same error. My table has only 2 columns as of now ‘Sr No’ & ‘Name’ and have given the table name as ‘Table1’ as selected under the activity.
You have to use this inside Excel application scope
mention the position of the column as the index( eg: 0, 1 like this) that where you have to insert,
if you are not going to give position parameter then it will insert at the last.