Hello community,
I'm struggling with Block Transaction Group and I need help!
I've created a Block Transaction group with 3 variables, storing into the DB table also the row id, in order to have something similar to key-value database.
This is the transaction group
And this is the resulting table created with 3 rows each second, with row_id 0, 1 and 2:
Now, if I delete the variable in the middle of transaction group (row_id = 1)
The transaction group associates the previous row_id = 1 to a different variable:
As you can see, before the row_id = 1 was associated to the Integer datatype
number, now is associated to the double datatype number.
The problem now is that if I query the table with the row_index = 1 I obtain the wrong result.
Is it possible in some way to keep the row_id always to the same variable??
Thanks everybody for the support.
Regards