Skip to main content
Ground Control | Tier 1
November 10, 2025
Question

Setting the value of a single cell in a data table not working in unattended mode

  • November 10, 2025
  • 1 reply
  • 59 views

Hello, I encountered a problem with my project where I am trying to set a value in a data table. Due to the project requirements, I am using the current date (i.e. 10/11/2025) as column. When I am testing in attended mode, this works as intended, but when I tried to run it in unattended mode, the bot suddenly cannot find the column I want to set the value to (i.e. 10/11/2025). The error message I am encountering is (Key '10/11/2025' not found in record.)

    1 reply

    Padmakumar
    Premier Pathfinder | Tier 7
    Premier Pathfinder | Tier 7
    November 10, 2025

    Hi ​@newDevZz1,

     

    Have you tried using the index instead of the column name?

    Padmakumar