#PATCH query (Update Users in Table Widget - Inline Editing) (Auth0)

1 messages · Page 1 of 1 (latest)

tacit burrow
#

I currently have a table widget that is able to CREATE, READ, & DELETE Mock users.
I am currently having issues with UPDATING Mock users (Rows) via inline editing (save/discard) and the PATCH API query. I am utilizing two documentation to try to resolve this issue found at: https://www.appsmith.com/blog/how-to-build-a-baserow-crud-app-in-appsmith & https://auth0.com/docs/api/management/v2#!/Users/patch_users_by_id.

Attached you will find screenshots of errors that I am receiving as well as my current implementation of the PATCH API query.

Apologies in advance as I am fairly new to Front End Development and I am not sure if I should write a JS object Function for Asynchronous JavaScript promise methods or if I am simply not defining a proper id as auth0 utilizes "user_ids" with "auth0| [ id ]". Currently I am getting the "Execution failed with status 404 NOT_FOUND". Please advise. Thank you so much.

How to Build a Baserow CRUD app in Appsmith

Discover the process of creating a powerful Baserow CRUD app in Appsmith. Learn to integrate Baserow's database capabilities with Appsmith's intuitive UI components to streamline the app development journey.

simple ridge
#

Hello! Our team needs more time to check this error.
@plain marsh can you have a look at this?

simple ridge
#

@plain marsh

plain marsh
#

Hello @tacit burrow, I have a few questions for you. Could you please help us by answering them?

  1. Could you please show us the complete configuration of your API from the headers to settings?
  2. Can you try executing this API from Postman and Insomnia and show us the result in a screenshot?
  3. What version of Appsmith are you using?
  4. Are you using our cloud version or self-hosted?
  5. If you are using the self-hosted version, could you please share the logs with us?
  6. If you are using the self-hosted version, would you mind sharing how you did the deployment?
tacit burrow
#

Hello, I actually was able to arrive to a solution for the patch query! You may close this support ticket! Thank you!