Show the last record number of a listview

Greetings dear forum members. I would like to know what the arrangement of blocks would be like so that it shows me the last record (#id) of a list made in listview. which is the same as trying to find the total number of records because what I want is to see the number or last #id of the list, in a text field.
I thank you in advance for your support

Use the LENGTH OF LIST block on the Elements list to get the index for SELECT ITEM FROM LIST block.

1 Like

Great !! with this it is solved, I am very grateful

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.