Removing items from a list?

Is it necessary to remove items from a list when those items will be permanently deleted?

Basically, I’m creating some items in a specific datatype, and they are also added to a list-type field in another datatype. But at some point some of these items will be removed, by individual actions, i.e. just a specific item.

Do I need to remove the item from the list field before removing the item itself?

I ask because every list has comma separations, what happens if I just delete an item that was in that list without applying the remove action?

Hi @Lumyna. If you delete the item, it will be removed from the list automatically.

1 Like

i seem to have stumbled upon an exception to this.
I deleted an object that was contained in this list. And then when i print this list object IDs, there is still a spot for it. And when i do list.count it returns 3

image

EDIT : It seems to query the list differently from front-end vs backend workflows. It counts 2 item on the frontend. And it includes the deleted item in the backend workflows - returning 3

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.