{N} NiccoOriginal post
Rank 1: Thread
I try to get it to save data but for some reason it's saying that the "attribute error is not found" when it's already created.
Summary
The user had an issue with an attribute not being found. They discovered that the attribute and index creation was asynchronous, so they put their code in a setTimeout function to allow the attribute to be created before being accessed. The issue has been resolved.