Hi I am trying to update a record in xano but I keep getting a 404 error. I’ve created a formula so its concantenates but still nothing. I’ve tried many different things for this but I just cant update an item in xano???
1 Like
Have you been able to view the xano call using dev tools in your browser? That would tell you where the formula might be a little wrong relative to the URL Xano is listening for.
2 Likes
@paul121 you can see how the formula evaluates right underneath the formula entry area. This shows what URL the collection will use for the API (with your variables)
Also, you can see the 404 response error/payload in WeWeb after you submit the update request.
1 Like