Nikunj Panchal 🌿Original post
Rank 1: Thread
When i add second userId into list it will update the last userId. But I want to add new userId into List How i can achive that ?
Summary
The user wants to know how to add data to a userId List. They are asking for help because currently, when they add a second userId to the list, it overwrites the last userId instead of adding a new one. The solution is to create a function and call it from the client, sending the payload with the new data. This way, the new userId will be added to the list instead of overwriting it.