After converting windows legacy to windows. Facing this error for update query passed to a variable through assign activity.
Quick help will be aprreciated.
Thanks in advance
This error is so confusing,
This is the insert and update query.
Error:
Compiler error(s) encountered processing expression ""Update
(12) : error BC30035: Syntax error.
(13) : error BC30035: Syntax error.
(1) : error BC32043: Too many type arguments to ‘Func(Of Out TResult)’.
(2) : error BC36625: Lambda expression cannot be converted to ‘Expression(Of Func)’ because ‘Expression(Of Func)’ is not a delegate type.
Tried changing the queries to complete double quetes as explained. Same error while compiling.
error BC32043: Too many type arguments to ‘Func(Of Out TResult)’.
(2) : error BC36625: Lambda expression cannot be converted to ‘Expression(Of Func)’ because ‘Expression(Of Func)’ is not a delegate type.
Windows legacy to Windows conversion made this simple queries into an error.
Any other way to make this work around?
I cannot attach screenshot here, because of privacy policies.