Issue with nested ListView

I have a ListView that is populated from custom data type. That listview has an embedded listview that is populated from a supabase query that is filtered using an id value which comes from the list item id of the first listview. The problem I am seeing is that the second list view query only uses the item id of the first item in the main listview. I added a text field just before the container that has the embedded listview that displays same first listview item id that I am using for the second query but it never uses that id. It works fine for the first items in the embedded listview but the remaining items use the same item id instead of the next one in the main listview. Am I missing something or is this not supported?

6
3 replies