Skip to main content
Navigator | Tier 3
February 14, 2024
Question

unable to fetch record from csv file

  • February 14, 2024
  • 19 replies
  • 270 views

when capture record for insertion in web textbox so below error is appear

key “reference” not found  in record

19 replies

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
February 15, 2024

when capture record for insertion in web textbox so below error is appear

key “reference” not found  in record

As the error shows, you are trying to add some data in textbox using a variable with key: “reference” which is not found.

Request you to please check with index instead of name or else please check with “reference” spelling. 

Lets Automate !
saqib6197Author
Navigator | Tier 3
February 15, 2024

Reference is column name in csv file and in capture string is same no spelling mistake.

 

below error is appear

This may be due to the following reason: Key 'Reference' not found in record. Location: mepco (line 5)

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

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
February 15, 2024

@saqib6197 , can you please share the screenshot of the .csv file as well as the action where you are using the key “Reference”

Lets Automate !
saqib6197Author
Navigator | Tier 3
February 15, 2024

 

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
February 15, 2024

Is there any space present in the header ?

Lets Automate !
saqib6197Author
Navigator | Tier 3
February 15, 2024

no space  I checked  spaces too many time.

 

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
February 15, 2024

Can you please check with index, whether it is working or not.

Lets Automate !
saqib6197Author
Navigator | Tier 3
February 15, 2024

how to go with index please sir provide  little guide on it 

Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
February 15, 2024

As per above screenshot you have entered : mepcoRow{Reference}, instead select on By Index and then enter value as 4 (because Reference Position is at fifth and indexing starts from 0)

Lets Automate !
saqib6197Author
Navigator | Tier 3
February 15, 2024