Copy a value from an excel worksheet in a specific column name
Paste each value from the excel worksheet into a website and search
Verify the data
On step 2. I attempted to use the Assign activity to pass the value to the website i need to search on but I’ve encountered a compiler error "Compiler error(s) encountered processing expression “row(“LineId”.ToString)”.Option Strict on disallows implicit conversions from ‘Object to String’.
My .xaml sample file is attached
Any idea what i’m doing wrong? New to UiPath so apologies in advance if the solution is quite obvious and i’m unable to work it out
after adding the missing bracket i then received the following message "Compiler error(s) encountered processing expresion “row(“LineId”).ToString”.End of expression expected.