Has anyone found a good method for copying a list or all cards from a list to the same named list on another board? I am trying to update sub-group boards with content from a managing board. This would be easy to do by archiving the list and copying the list from a Board button trigger but I would like to do this off a different kind of trigger if possible (such as with a rule).
With butler it is very frustrating to only have access to certain categories of function by automation method. For example not being able to use cascade off any buttons and not being able to manipulate lists outside of Board buttons and schedules.
I managed to copy the cards by using a cascade checklist collection and then iterative find and copy but the way Trello runs there is no guarantee the cards appear in order. The cards would need some kind of formatting scheme so I could trigger a sort after all the cards are in place.