Hello,
I just can't find a solution for copying attachment between cards.
For example If my colleague checks a specific checklist item on his card, we want all the attachments to copy to my card.
I imagined something like this in butler:
when the "Item name" item is checked, find a card with title "Card name" on board "Board name", and copy all the attachments to the found card
Can it be done? It's frustrating filling a pdf form and sending it via email instead of just attaching it to a card and automaticaly copying/moving it when necessary.
Thanks in advance!
Nik
You can add an attachment in Butler (its under Add Link) although it strips it of any formatting, showing up as a "LINK" thumbnail with a long url instead of the filename. But what you (usually) don't have is access to a card's attachments. There are some funky workarounds though.
1) In Butler, just copy the entire card, reformat it for your colleague, then send the card over to their board.
2) When you add an attachment, you get access to {attachmentlink}. So you can add that link in to a specific checklist (then Remove Link {attachmentlink} to clean up after yourself). Then on your trigger, For Each Checklist Item > Find Card > Add Link {checklistitemname}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The last I looked into this requirement was that you cannot do this with standard Trello automation. If you have resources to write you some code you will be able to do it. You will probably have to handle it via some background tasks depending on the number and size of attachments.
Perhaps there are other creative methods out there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just for fun ... this allows you to send via email to board. The different is that you can pick which attachment you want to include and sent it along.
Btw the email to board id is no longer valid as I have regenerated to create a new one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.