PricingBlog

Help with Missing Param: field_value in Todo Tutorial

  • brainerbox-1227222571808723034

    brainerbox

    1 year ago

    Im working through through the ToDo Day3 Tutorial.
    I'm getting stuck when updating the Completed status back to Xano. The error code in the Update API is "Missing Param: field_value" (screenshot 1).

    One difference I've noticed is that during the HomePage section of the tutorial, the "Events: On Success" icon defaults to orange, suggesting that something has been entered there. However, I only saw steps for that in the login page—not the HomePage. Nothing shows up as default on mine (Screenshot 2 & 3).
    1227222572220022865-Screenshot_2024-04-09_at_9.40.41_pm.png
    1227222572874076242-Screenshot_2024-04-09_at_9.38.19_pm.png
    1227222573436370996-Screenshot_2024-04-09_at_9.35.42_pm.png
  • andreasmoller-1227222979130167377

    Andreas Møller

    1 year ago

    Hey. the problem seems to be in the body of the POST request
  • there should be a property "field_value"
  • brainerbox-1227223742376050748

    brainerbox

    1 year ago

    This is what I have, looks very similar to yours?
    1227223741960949780-Screenshot_2024-04-09_at_9.48.29_pm.png
  • andreasmoller-1227225774466007101

    Andreas Møller

    1 year ago

    Yes, sorry I remembered wrong
  • is one of the fields set as required in xano?
  • brainerbox-1227227079733547098

    brainerbox

    1 year ago

    None of the inputs in the /todo/{id} API are set to Required. the only precondition is todo1.user_id=id
  • brainerbox-1227548019201802291

    brainerbox

    1 year ago

    @Andreas Møller Any further ideas?