Is remove list item same as clear db tag?

I was trying to get all tags from a db except a tag with alot of information like settings or basic data which changes over time and cannot set with screen init etc, and I need to get those tags into a list view. And then I started to worry if I may delete some stuff I need. So I ask if "remove list item list: call db.GetTags"is equal to "call db.ClearTag" so that I wont accidentally delete some stuff
thanks

Unfortunately, no, they are not the same. Let's take an example. The CloudDB has a list of tags - "A", "B" and "C".

This is like "removing A from the list of A, B and C", which really doesn't affect the cloud. However,

actually does remove the tag from the cloud.

1 Like

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