I wanted to Insert a new column after “Snippet A Run Date” column called “Snippet A Run Date Status” In a data table called dt_Input. I tried the below expression in the image, but it is saying Expression Doesn’t Produce a Value please help me to resolve this issue.
@Yoichi Can you help me how to do the same in Invoke Method Activity as I am not sure about the column position number to pass the ordinal number directly.
This error message says dt_input or dt_input.Columns("Sinppet A Run Date Status") is null. So can you check your datatable (such as the dataable is initialized? columnname is correct? etc.)?