Time mismatch in Business Forms plugin in Grafana and POST request

  • What Grafana version and what operating system are you using?
    Grafana v11.3, Windows 11

  • What are you trying to achieve?
    I want to post the fields as seen in Image 1 attached. However, what was sent to the database is Image 2. Image 3 is my server code and Image 4 displays the logs for my node js server. Data matches except for the time only. What seems to be the problem here?



  • How are you trying to achieve it?
    Everything works except that the time does not coincide so I singled out everything

  • What happened?

  • 8:00 inputted in grafana becomes ‘2025-01-09T00:00:38.265Z’ in payload

  • What did you expect to happen?
    Time inputted in Grafana’s business form panel to match the payload to be sent to my database.

  • Can you copy/paste the configuration(s) that you are having problems with?


    Attached is my custom code for POST request of the grafana panel

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Request TypeError: Cannot read properties of null (reading ‘value’)

  • Did you follow any online instructions? If so, what is the URL?

  • N/A