'excelname$' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. Location: ExcelDB (line 6)
To continue, edit the bot and fix the error. Then, try again.
I am getting above error when using select query with where condition in “Export to datatable” command.
Please refer below SQL command i have used.
SELECT * INTO $vSheetName$] from $vSpreadSheet_Name$$$] where (hColumn1] >= 100) and ( Column2]='$vUsername$')
Kindly assist what is wrong in the excel name passed by variable $vSpreadSheet_Name$