Can you please help with below error. Below expression is used in Array Row in Add data row activity.?
I want to get left 8 char of value in element cell in datatable. Mid is working fine for me.
Error ERROR Validation Error Compiler error(s) encountered processing expression “{row(“Co”).ToString,row(“element”).ToString,CInt(“0” & row(“Amt”).ToString),left(row(“element”).ToString,8),Mid(row(“element”).ToString,10,4),”","",""}".
‘left’ is a type and cannot be used as an expression