I would suggest setting up one of the LSPs (RobotCode or Robot Framework Language Server) in VS Code and putting a breakpoint at the testcase, so you can check what (global) variables are available after imports. This allows you to check whether or not loading from the CSV works and yields the variables as expected.
Hi Robin,
I guess I figured out the issue. Datadriver library is missing in my installation but since line: “Library Datadriver” was not giving any error , I got confused. That’s why my xls/csv variables ${cl1} are not know to my robot testcases.
Is there easy way to copy paste to get Datadriver Library dependency resolve, as I can’t easily install (run pip ) on my office system?