triplebeta / TrelloExcelConnector

Import a Trello board into Excel, publish rows of data as cards and sync back changes from existing cards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Existing cards should be updated when publishing

triplebeta opened this issue · comments

Current behavior of Publish does not look at the id's of the cards that were already published once.
Would be better if it first checked if those cards are still at the board and if so, would update them instead of blundly adding a duplicate with another id. This would effectively sync the Excelsheet to the board.