Hi all .. This may be due to the following reason: Key 'c' not found in record. To continue, edit the bot and fix the error. Then, try again. If you continue to see this message, please contact your system administrator. Code: bot.execution.err
Hi all .. This may be due to the following reason: Key 'c' not found in record. To continue, edit the bot and fix the error. Then, try again. If you continue to see this message, please contact your system administrator. Code: bot.execution.error
pls any one help
Hi @kummara damu ,
When referencing Columns, you can do so either by referencing the Indexes or the Headers themselves.
To reference them by Indexes, this is the format you have to follow:
$rExcelRow[0]$ -> Note the square brackets
And to do so by Column header, you have to reference them like so:
$rExcelRow{"First Name"}$ -> Note the square brackets
You can't reference columns by using the Excel Headers (A,B,C...).
Also, ensure that Sheet contains Headers is enabled.
Kind Regards,
Ashwin A.K
Hi @kummara damu ,
You need to pass the index value i.e 0, 1, 2 etc in step 5 to 12, checkout below tutorial.
Thanks for your information
Thanks and regards.
Damodara
Thanks and regards.
Damodara
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.