Dear Community!
I have a problem with the following scenario:
WHEN an E-Mail is internally moved to the Mail-Folder “_Trello”
THEN create a new Trello-Card
AND add all the attachements from the email to the Card
Problem: Instead of adding (n) attachements from the email to the Trello-Card it creates (n) cards (one for each attachement). I would like to just create one card that includes every attachement from the email.
I use the following modules:
E-Mail → Watch E-Mails
E-Mail → Iterate Attachements
Trello → Create a Card
I have tried various steps as workarounds, for example:
- use manual mapping in Trello-Module (result: only 1th attachement is added to card)
- use array aggregator first, then manual mapping in Trello-Module (same result as above)
- Use the Trello → Add an attachement module after the card has been created and try to attach to specific card-ID (same result as above)
It seems, that the manual mapping in the trello-module (the way I do it) will always result in just one single attachement. However if i interate every attachement first, then it will create multiple cards or if I map it manually it will only attach the first attachement.
Any idea how to solve this?
I very appreciate any assistance from you!