Hello!
When I click on a Data Viewer List row, and try to set an APP variable with the value of the row id, using the “get value From” component, it just freeze the application (the next block “navigate” never executed). Check the block below:
If I put an alert message to show the ROW ID value I have this return:
But the interesting thing is when I replaced the “row id” parameter in the “get value from” to “1”, the system goes ahead calling the “navigate” block! Look the screen below:
Note I put an alert to show the result of this “get value from” using this “1” instead “row id”, and the block returns the right column content, and calls the “navigate” block!
As far I know, the row id is not an index, so what is wrong? Why the thunkable “freezes” the processing when using “row id”, and don’t freeze when I put the “1” parameter instead?
Did the development team made some change in the “get Value From” component functionality, this is a bug, or a mistake from my side?
Please advise!
Regards.