I am using a zapier zap to post tweet from trello card moved to a specific list. The description part goes to tweet text and attachment image goes to image of tweet. In case of one image attachment works well. I use zapier formatter to extract an image url from trello card's attachment. But I want to tweet more than 1 images. In that case zapier pass the multiple attachments as one zipped file contains attached images. So it fails to pass it to the twitter as invalid media format because it is zip format but not image format just like .jpg, or .png.
How can I implement this? Thank you in advance.