Hi guys,
I like to test the workflows by separate, but i cant test when i have a data row or a data table because is sending me a error of “End of expression expected” as the following image.
I usually copy the data from the activities panel as coming if i run it from the beginning (running from the beginning do not throw the exception)
I am just trying to test a workflow separated, by setting a data row (input argument) as DataRow { HasErrors=false, ItemArray=object[3] { “”, “”, “” }, RowError=“”, RowState=Added, Table=[TableName] }
Is sending me the error: End of expression expected, but i copied as it was comming if i test it from the beginning
Thank you in advance.