Help - Issue updating Datastore with wrong row being updated

I am trying to update a datastore with new values and I’m going around in cycles trying to figure out what I’m doing wrong.

OK, let’s get started.

Table below is stored in a Datastore. When you click on the blue wheel it passes the values of the row to an update section on the screen.
You can see that card ‘444444444’ is row ID 2 in the “DEBUG - clean datastore output” table which is the row I click to edit.

Now when presented with the data in the update section you will see I have a DEBUG output to verify the row that has been passed to the update section.

Here is the update action when I click “Update Card”.


So I get the ID from the DEBUG text input.
I tell it to update the record where the ID is from the DEBUG text input and update the card column in the datastore with the new value from the form.

But as you can see below, it’s updating the first row.

What am I doing wrong?

Thanks,
Ray.

Community Page
Last updated: