I am the board administrator for my group. We have ongoing voting for different cards (topics). When members leave the group, I want to delete their vote on any particular card. Even when I have removed them from the group, their votes on the cards remain. I do not want to delete everyone's vote (I know how to do that), I just want to delete those who are no longer a part of the group. Is there a way to do that?
Hi @Christine
It doesn't look to me like it is possible either manually or via automation.
There is an API call for deleting a members vote though so if you are familiar with Zapier or Make.com, you could set up that when a member is removed from the board, their votes are removed.
It is a little bit of an advanced topic I'm afraid but that does seem like the only way.
Thank you for that information. My husband is familiar with Zapier, so potentially, we might be able to figure out how to apply the API. Do you know if there is any kind of documentation or information related to how to do this? And, I'm wondering if it would apply to members who have already been removed from the group. We just have a huge list of cards with votes on them from people who are long gone so it is skewing the tallies. Anyway, I really appreciate your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the API you need the technical ID of the member you need to remove the vote for... If written in code one could get all the votes on the card (and their member-ids) and then look at the board's members... And then remove any member that is not related to the board anymore....
Here are some C# examples on how to do it: https://github.com/rwjdk/TrelloDotNet/wiki/RemoveVoteFromCardAsync
and
https://github.com/rwjdk/TrelloDotNet/wiki/GetMembersWhoVotedOnCardAsync
... I could properly write you a small tool to do it if you like (no charge)...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find it here...
I stopped using Zapier (too expensive) but it is unlikely they have a built in action for that so you would have to use an API call in Zapier to do it...
The Trello API documentation can be found here...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.