Hello!
I Have a problem with the Assign + DataTable Activity.
So i have 2 Workflows.
The first one was a Testing Workflow where i programmed every Activity.
So now i wanna input my Test Workflow into my Main Workflow, which includes a Template with necessary Tasks.
In my Test Workflow this Assign works Fine:
DT_Input = Dt_Input.AsEnumerable().Where(Functien(x)Clint(x(“Sicherungswert”))<CInt(400000)).CopyToDataTable
When i put the Same Assign into my Main workflow i receive this Error:
Beim Verarbeiten des Ausdrucks “Dt Input.AsEnumerable() Where
(Function(x)Cint(x"Sicherungswert”')<CInt(400000)).CopyToDataTable"
ist mindestens ein Compilerfehler aufgetreten.
“AsEnumerable” ist kein Member von “System.Data,DataTable”.
For the Non German People, this Validation Error says, that AsEnurmerable isnt a Part of the variable type System.Data.DataTable
So now i´ve thought, that the Versions of my packetes maybe the problem, but they are all the same