Hi,
I am listing data as Listview with the API, but I cannot get the ID value of a data when selected. For example, there are Tasks in the listview and when I click on one of them, I will show the Task Details. In this case, I cannot use the task selected from the list because I cannot access its ID. How does this value work from the list I created with API CALL without using Firestore and Supabase?