Hi there,
I am trying to input the data on column 4 on each row into web pages, and when I assign a variable to get the string out UiPath throws out the following error:
Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
I have verified that my datatable indeed contains data, and the first row are headers.
How do I fix it? Thankss