Hello Community,
I am having a weird glitch in my app and I am hoping I can get some help here.
I have a Power App that a committee uses to vote on changes to documents. The committee leader chooses a document from a drop down list and a gallery appears for voting. The gallery has one tile per committee member with a drop down ["","Yes","No"]:

The application then patches the votes to SharePoint List text columns. If a committee member is not present in the meeting, the vote for that role is disabled. The documents that don't have all the votes recorded can be brought up in subsequent meetings and edited so that the voting can be completed.
The problem that I have is when the gallery brings up the votes from an existing record. The collection that contains the votes has the correct records from the SP List. I have the "Default" value for the drop down set as "ThisItem.Vote". However, the default value reflected for every member is whatever the first vote reads instead of the votes for each member like the collection has.
I hope someone can point out what I'm missing!
Thanks!