Debugger gives error but database is updating correctly.

Options
Hello I have connected a Form submission from Webflow to Xano, and the database is receiving the info. However the debugger gives me an error, saying it cannot find any data input (The JSON payload sent by webflow).

How can the database receive the inputs, and the debugger gives Error?

Here you can see the error message[Screenshot 2022-06-23 at 13.57.00.png]And here you can see the database field updated, with the ADD endpoint[Screenshot 2022-06-23 at 13.56.49.png]and the input mapping
[Screenshot 2022-06-23 at 13.58.44.png]

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    Could you try using the get filter instead of dot syntax? Change the data.question-one to just date (make sure it still says input in the corner). Press "add filter" below. Select "get". Then pass "question-one" as the path. See if that produces better results?  
  • Juan Noguera
    Juan Noguera Member
    Options
    alright I did it, but no it doesn't update the data base 😕.

    The way I did it first, was working, as the youtube tutorial did, but, i don't know why it stopped running right in the debugger. [Screenshot 2022-06-23 at 18.10.09.png]