I do not quite understand what "Delete item from list" does.
Provided , I have list with 30 item, what happens with the flowing 29 items?
Is Item 2 before delete than item 1 after delete and the number of entries is 29 ?
Why not make yourself a simple Project creating a List of 5 or so items, then use the remove list item block on the third index item.. What happens? When you DELETE an Item, you must specify the index of the item you want to delete.
I already use list-blocks, but the reason I'm asking is , the result is not as expected.
@SteveJG The documentation you mentioned is not sufficient , at least for me.
I would like to display a chart from list. If the list has reached the maximum number of
entries, I would like to shift the chart to the left. For that I use "remove list item " block
for the oldest item, enter the newest value to top the list and try to display the chart.
Until the list is not full, everything is working correctly, but shift chart to left doesn't work.
The chart remains frozen.
So I thought I misunderstand anything.