@Slavich wrote:
Hi!
I am using assign activity and try to put into varialbe this:
dtVendors.Select(“Vendor name=‘email@domain.com’”)(0)(1).ToStringSo I receive the following error:
Source: Assign
Message: Syntax error: Missing operand after ‘name’ operator.
Exception Type: System.Data.SyntaxErrorExceptiondtVendors is looks like:
As a result, I want to get a regex from “o”-a column by company email “J”-column
Thanks
Posts: 3
Participants: 3