Problem with airtable spreadsheets

as shown on pics.i have a listview and textbox
when selecting item from the list, the cell value from the “url” column which lies on the same row will be shown on the textbox
but it gets the value above !!!
and when selecting the first item of the list
nothing happens !!!


@albert

Thanks for finding this bug! It seems that our List Viewer's indexes start at 0, but our List (which your column is) indexes start at 1. For now, the workaround is to just add 1 to the index that you’re getting from ItemClick. However, we will soon fix the bug and have consistency between our Lists and our List Viewer.

-Mark

3 Likes