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.
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
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.