Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Return ID after insertTableContent #44

Open
jmfadeley opened this issue Nov 29, 2023 · 1 comment
Open

Feature Request: Return ID after insertTableContent #44

jmfadeley opened this issue Nov 29, 2023 · 1 comment

Comments

@jmfadeley
Copy link

It would be very useful if insertTableContent also returned the newly created id for the record for step-by-step creation.

The reason is that every other call requires the id (for obvious reasons), and without receiving it in reply, the process goes...

  1. Get all records.
  2. Figure out which record is the one newly added to get the id.
  3. Run update row to update it further.

Where as if insertTableContent returned that id, you save a lot of running around.

@alexiusacademia
Copy link
Owner

Thanks jmfadeley, I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants