Accessed None Trying to Read Property "ItemObject"

It could be a couple of things. If ItemObject is being created or checked constantly, it might be none sometimes, or it might be none for a small instant.
You can use an isValid with branch to check, or sometimes a very small delay node will fix it.
I’ve also had times that I could not work it out, so I just kept programming and it went away eventually…

1 Like