Hi
I would like to create a script that deletes all tags that lacks data, (that show a ? in tag Tag)
There might be a specific reason why you are wanting a script, but pyRevit does already have a tool that achieves this.
Some stuff to try:
- Get all the tags
- Get each tag’s displayed value
- Filter out any with a string that is not equal to an empty string or a
?. - Delete all remaining tags.
Thanks ![]()
Thanks
