I have a "Add User" button that upon button click sets the "status" object to "Pending". When a user has this value, I want to update my button text to say "Pending". With my current solution, the text automatically changes every button to "Pending" despite my strict condition to change the buttons only if the query matches "Pending". What is wrong with my logic that is changing all of the buttons in my tableview?I have a "Add User" button that upon button cli