Skip to content

[Automation] Possible bug: cannot update table after querying it #15300

Answered by mikesealey
MrT3chGuy asked this question in Help
Discussion options

You must be logged in to vote

Hey @MrT3chGuy - I think there's some confusion here between the row_id and the auto_id.

Head to the Data tab, and right-click on the row you plan to update with this automation. You'll find that the row_id actually looks something like ro_ta_b1ea879f4d794e37b6597bf011ef1fe5_ff1516c4339343d2850d4e04b6efcce2

We can also see this in filtering, where we have the auto-incrementing column that I named auto_id (I think yours is named id, but we also have the option for _id)

Whenever you're planning to update a row, you'll need the _id, rather that it's auto_id. I think looking at your screenshots, the fix might simply be to prepend an underscore to "id" in your handlebar bindings, where you u…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MrT3chGuy
Comment options

@mikesealey
Comment options

@MrT3chGuy
Comment options

@mikesealey
Comment options

Answer selected by mikesealey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants