[SOLVED 2/13/24 10:17 PM EDT] How to obtain row ID and use it on another page for multiple values?

I can’t seem to find any answers anywhere. I’m making a to-do list app using a “simple list” component. After adding a task, you can click on it to bring up a screen with details and the option to mark it as complete. I have the UI and placeholder labels done. When you add a task, you add it with three parameters: the name, additional details/notes, and if it’s an important/high priority task. It gets inputted into a local storage dataset. When you click on the task, I want to obtain the row ID and automatically use it to update my placeholder labels to display name of task etc. on my “details” page using the “get value from” block. I can’t find any way to do this. Any help is appreciated, and I can share screenshots if you need. Thanks.

The green index block in this block holds the row number value. Just assign it to a variable and you can use it as a row id on any screen.

image

1 Like

I tried, didn’t work, I’ll try again now

It worked, I just assigned the command to the wrong component. Thanks

1 Like