Set up clickup to upload attachment to google drive

Hi guys, does anyone know how to set up clickup to upload attachment to google drive?

I have set up ClickUp (watch task) → Http (make a request) → Http (get a file) → Google Drive (upload a file)

It ran successfully to detect new attachment, but it only capture single task.

My scenario is to capture attachment from different task. For eg: I’ve 10 job for technician and they need to upload report for different job.

Hope someone could help. Really appreciate on this.

1 Like

Hi @Elson_Gan

Thanks for sharing. Could you share the setup. So that we could further assist you. If you’re receiving all 10 files in an array and mapping the file directly from it, it’ll only pick the first file. To upload each one, you’ll need to iterate through the array and handle each file individually.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like


This is the whole process


This is my click up set up

1 Like

Hi @Elson_Gan
Also share the output bundle of Click up module and Screen shot of HTTP make a request module.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like


This is setting from HTTP (make a request)


This is setting from HTTP (get a file)

1 Like

Hi @Elson_Gan

Please share the output bundle of http request module.


and paste the code
image

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like

Hi @Elson_Gan
Also show what you are currently mapping in the get a file module.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like
[
    {
        "statusCode": 200,
        "headers": [
            {
                "name": "content-type",
                "value": "application/json; charset=utf-8"
            },
            {
                "name": "transfer-encoding",
                "value": "chunked"
            },
            {
                "name": "connection",
                "value": "keep-alive"
            },
            {
                "name": "date",
                "value": "Tue, 17 Jun 2025 05:51:50 GMT"
            },
            {
                "name": "content-encoding",
                "value": "gzip"
            },
            {
                "name": "x-received-from",
                "value": "shard-prod-ap-southeast-1-1"
            },
            {
                "name": "server",
                "value": "nginx"
            },
            {
                "name": "x-dns-prefetch-control",
                "value": "off"
            },
            {
                "name": "expect-ct",
                "value": "max-age=0"
            },
            {
                "name": "strict-transport-security",
                "value": "max-age=31536000; includeSubDomains"
            },
            {
                "name": "x-download-options",
                "value": "noopen"
            },
            {
                "name": "x-content-type-options",
                "value": "nosniff"
            },
            {
                "name": "x-permitted-cross-domain-policies",
                "value": "none"
            },
            {
                "name": "x-xss-protection",
                "value": "0"
            },
            {
                "name": "access-control-allow-origin",
                "value": "*"
            },
            {
                "name": "access-control-allow-credentials",
                "value": "true"
            },
            {
                "name": "access-control-expose-headers",
                "value": "x-datadog-trace-id,server"
            },
            {
                "name": "content-language",
                "value": "en-US"
            },
            {
                "name": "x-datadog-trace-id",
                "value": "3253221264188968066"
            },
            {
                "name": "content-security-policy",
                "value": "frame-ancestors 'self'"
            },
            {
                "name": "cache-control",
                "value": "no-cache, no-store"
            },
            {
                "name": "pragma",
                "value": "no-cache"
            },
            {
                "name": "expires",
                "value": "0"
            },
            {
                "name": "x-ratelimit-limit",
                "value": "100"
            },
            {
                "name": "x-ratelimit-remaining",
                "value": "99"
            },
            {
                "name": "x-ratelimit-reset",
                "value": "1750139570"
            },
            {
                "name": "timing-allow-origin",
                "value": "*"
            },
            {
                "name": "x-cache",
                "value": "Miss from cloudfront"
            },
            {
                "name": "via",
                "value": "1.1 cb342f3b88a84fbd5ec716e3cbcd7d76.cloudfront.net (CloudFront)"
            },
            {
                "name": "x-amz-cf-pop",
                "value": "DUB2-C1"
            },
            {
                "name": "alt-svc",
                "value": "h3=\":443\"; ma=86400"
            },
            {
                "name": "x-amz-cf-id",
                "value": "MC5aNWPAYTiPefw8-K0EWR4rphn5k5p8ZhIZeVd1XxouamI0NSFYnA=="
            }
        ],
        "cookieHeaders": [],
        "data": {
            "id": "86etty9cf",
            "custom_id": null,
            "custom_item_id": 0,
            "name": "ATLAS AND AVERY SDN BHD",
            "text_content": "",
            "description": "",
            "status": {
                "id": "sc901808601105_aRm7J4A2",
                "status": "new request",
                "color": "#87909e",
                "orderindex": 0,
                "type": "open"
            },
            "orderindex": "120473799.00000000000000000000000000000000",
            "date_created": "1749786725857",
            "date_updated": "1750139493172",
            "date_closed": null,
            "date_done": null,
            "archived": false,
            "creator": {
                "id": 276735618,
                "username": "Elson Gan",
                "color": "",
                "email": "elson.gan@share-commerce.com",
                "profilePicture": null
            },
            "assignees": [],
            "group_assignees": [
                {
                    "id": "e7ce1fa6-398a-455d-ac1b-2dbf1389a496",
                    "name": "TMT",
                    "color": null,
                    "initials": "T",
                    "email": "tmt"
                }
            ],
            "watchers": [
                {
                    "id": 95476056,
                    "username": "Munir",
                    "color": "",
                    "initials": "M",
                    "email": "muhdmunir@share-commerce.com",
                    "profilePicture": null
                },
                {
                    "id": 276735618,
                    "username": "Elson Gan",
                    "color": "",
                    "initials": "EG",
                    "email": "elson.gan@share-commerce.com",
                    "profilePicture": null
                }
            ],
            "checklists": [],
            "tags": [
                {
                    "name": "retrieval",
                    "tag_fg": "#6E56CF",
                    "tag_bg": "#6E56CF",
                    "creator": 276735618
                }
            ],
            "parent": null,
            "top_level_parent": null,
            "priority": null,
            "due_date": null,
            "start_date": null,
            "points": null,
            "time_estimate": null,
            "time_spent": 0,
            "custom_fields": [
                {
                    "id": "412ab42f-93f8-4e73-b672-65b281c6f341",
                    "name": "Accessories",
                    "type": "labels",
                    "type_config": {
                        "sorting": "manual",
                        "options": [
                            {
                                "id": "b435c181-cfd7-446f-9d88-43ea37668138",
                                "label": "Charger",
                                "color": "#fff"
                            },
                            {
                                "id": "aea62fb2-ce31-4970-ba11-f35d8c565736",
                                "label": "Sim Card",
                                "color": "#fff"
                            }
                        ]
                    },
                    "date_created": "1749783187565",
                    "hide_from_guests": false,
                    "value": [],
                    "value_richtext": null,
                    "required": false
                },
                {
                    "id": "b24908f9-1b11-4fe2-9ee0-b794d512e9ac",
                    "name": "Acquire",
                    "type": "drop_down",
                    "type_config": {
                        "sorting": "manual",
                        "options": [
                            {
                                "id": "1d836e46-cb94-4d0a-9234-17f06bff91c4",
                                "name": "GoBiz",
                                "color": "#fff",
                                "orderindex": 0
                            },
                            {
                                "id": "d8cbda8e-86c8-4a15-b211-40b11ff5896d",
                                "name": "BSN",
                                "color": "#fff",
                                "orderindex": 1
                            },
                            {
                                "id": "eaf404c1-8a89-427e-a501-96aab832686a",
                                "name": "Paydee",
                                "color": "#fff",
                                "orderindex": 2
                            }
                        ]
                    },
                    "date_created": "1749779359500",
                    "hide_from_guests": false,
                    "value": 1,
                    "value_richtext": null,
                    "required": false
                },
                {
                    "id": "de733001-c13d-4ed7-9fbd-d156019144d7",
                    "name": "Address",
                    "type": "short_text",
                    "type_config": {},
                    "date_created": "1749786689407",
                    "hide_from_guests": false,
                    "value": "Merchant oversea. 15-2, Jalan PJU 5/4, Dataran Sunway, Kota Damansara, 47810 Petaling Jaya, Selangor",
                    "value_richtext": "Merchant oversea. 15-2, Jalan PJU 5/4, Dataran Sunway, Kota Damansara, 47810 Petaling Jaya, Selangor",
                    "required": false
                },
                {
                    "id": "06b3c8da-cd38-4e50-a94c-cb9d295f0e2f",
                    "name": "Contact",
                    "type": "short_text",
                    "type_config": {},
                    "date_created": "1749697311334",
                    "hide_from_guests": false,
                    "value": "60172491810",
                    "value_richtext": "60172491810",
                    "required": false
                },
                {
                    "id": "b8d61f6e-29c1-458f-b4d6-2d3d8584ffc1",
                    "name": "Date Created",
                    "type": "date",
                    "type_config": {},
                    "date_created": "1749783065127",
                    "hide_from_guests": false,
                    "value": "1749758400000",
                    "value_richtext": null,
                    "required": false
                },
                {
                    "id": "8d3c725e-cd03-48cd-abf7-e0dbf9341410",
                    "name": "GPU No",
                    "type": "short_text",
                    "type_config": {},
                    "date_created": "1749781422332",
                    "hide_from_guests": false,
                    "required": false
                },
                {
                    "id": "03c883c3-c796-4072-b026-716156ca0d94",
                    "name": "Proceed to",
                    "type": "drop_down",
                    "type_config": {
                        "sorting": "manual",
                        "options": [
                            {
                                "id": "5e6997b4-a46a-425a-b790-3f515b9ddcec",
                                "name": "RPU",
                                "color": "#fff",
                                "orderindex": 0
                            },
                            {
                                "id": "5bfb488d-c36c-4f92-8665-3e2b9b7d0770",
                                "name": "GPU",
                                "color": "#fff",
                                "orderindex": 1
                            },
                            {
                                "id": "ff6125c9-1e79-4d3b-8fb2-36fe8ec38504",
                                "name": "No Response",
                                "color": "#fff",
                                "orderindex": 2
                            },
                            {
                                "id": "e28963e1-4730-4ca6-b371-ef4af14bdd29",
                                "name": "Wrong No",
                                "color": "#fff",
                                "orderindex": 3
                            },
                            {
                                "id": "dba335ac-c76d-4896-a170-c9efabb54cd4",
                                "name": "Contact (NIS)",
                                "color": "#fff",
                                "orderindex": 4
                            },
                            {
                                "id": "e3db2010-921a-4d37-ba30-8e8b4ca5f7a4",
                                "name": "Reactivate",
                                "color": "#fff",
                                "orderindex": 5
                            },
                            {
                                "id": "4df1cef4-fc42-40b0-9afb-5d054fc8298a",
                                "name": "Refund Deposit",
                                "color": "#fff",
                                "orderindex": 6
                            },
                            {
                                "id": "15aa5272-cc39-4e02-8d0b-4c1d1c4d0b17",
                                "name": "Self Send",
                                "color": "#fff",
                                "orderindex": 7
                            }
                        ]
                    },
                    "date_created": "1749781395582",
                    "hide_from_guests": false,
                    "required": false
                },
                {
                    "id": "a6376f0b-5593-4ae8-9fbe-a942c8261346",
                    "name": "Retrieval Date",
                    "type": "date",
                    "type_config": {},
                    "date_created": "1749781019874",
                    "hide_from_guests": false,
                    "required": false
                },
                {
                    "id": "69b7c80b-a592-483a-bf75-928f2c6f74b0",
                    "name": "Retrieval Report",
                    "type": "attachment",
                    "type_config": {},
                    "date_created": "1749787524899",
                    "hide_from_guests": false,
                    "value": [
                        {
                            "id": "7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba.pdf",
                            "date": "1750139492586",
                            "title": "29 EMPIRE (RF).pdf",
                            "type": 11,
                            "source": 1,
                            "version": 0,
                            "extension": "pdf",
                            "thumbnail_small": null,
                            "thumbnail_medium": null,
                            "thumbnail_large": null,
                            "is_folder": null,
                            "mimetype": "application/pdf",
                            "hidden": false,
                            "parent_id": "69b7c80b-a592-483a-bf75-928f2c6f74b0",
                            "size": 402753,
                            "total_comments": 0,
                            "resolved_comments": 0,
                            "user": {
                                "id": 276735618,
                                "username": "Elson Gan",
                                "email": "elson.gan@share-commerce.com",
                                "initials": "EG",
                                "color": "",
                                "profilePicture": null
                            },
                            "deleted": false,
                            "orientation": null,
                            "url": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf",
                            "parent_comment_type": null,
                            "parent_comment_parent": null,
                            "email_data": null,
                            "workspace_id": 9018926718,
                            "url_w_query": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf?view=open",
                            "url_w_host": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf?host=prod&ngsw-bypass=true"
                        }
                    ],
                    "value_richtext": null,
                    "required": false
                },
                {
                    "id": "646808b9-fe38-4396-b3d6-bfb0c95ca7fd",
                    "name": "Return",
                    "type": "checkbox",
                    "type_config": {},
                    "date_created": "1749781052959",
                    "hide_from_guests": false,
                    "required": false
                },
                {
                    "id": "5a559323-7c4a-4803-a3d4-0dcedfeb84f0",
                    "name": "SN",
                    "type": "short_text",
                    "type_config": {},
                    "date_created": "1749780315485",
                    "hide_from_guests": false,
                    "value": "98211000000880",
                    "value_richtext": "98211000000880",
                    "required": false
                },
                {
                    "id": "72b5512a-bfeb-457f-98c9-066de0d892b6",
                    "name": "State",
                    "type": "drop_down",
                    "type_config": {
                        "sorting": "name_asc",
                        "options": [
                            {
                                "id": "7451d5ec-5c27-404e-9fec-7e86718f8e27",
                                "name": "JOHOR",
                                "color": "#81B1FF",
                                "orderindex": 0
                            },
                            {
                                "id": "baf4c9be-f804-4a2c-afc9-7e331d774846",
                                "name": "KEDAH",
                                "color": "#81B1FF",
                                "orderindex": 1
                            },
                            {
                                "id": "c48dec36-0dfc-4a61-b747-634fa4b17515",
                                "name": "KELANTAN",
                                "color": "#81B1FF",
                                "orderindex": 2
                            },
                            {
                                "id": "ed3f50e7-bb1b-4903-bf13-08472b419db7",
                                "name": "KV",
                                "color": "#2ecd6f",
                                "orderindex": 3
                            },
                            {
                                "id": "deb0a393-b9f6-44e0-87d0-1e907a3bff44",
                                "name": "LABUAN",
                                "color": "#E65100",
                                "orderindex": 4
                            },
                            {
                                "id": "0742249a-518e-4af8-9f5b-830954ff6914",
                                "name": "MALACCA",
                                "color": "#81B1FF",
                                "orderindex": 5
                            },
                            {
                                "id": "3b33aaf7-27dd-4c19-944b-3fe4b6a6be56",
                                "name": "N SEMBILAN",
                                "color": "#81B1FF",
                                "orderindex": 6
                            },
                            {
                                "id": "6c84d3c0-90ac-4145-a043-3a339f209974",
                                "name": "PAHANG",
                                "color": "#81B1FF",
                                "orderindex": 7
                            },
                            {
                                "id": "36c10a93-cf54-45e7-b9a4-e9428e5551d4",
                                "name": "PENANG",
                                "color": "#81B1FF",
                                "orderindex": 8
                            },
                            {
                                "id": "a8cccbdc-f061-444c-ab40-9e745fee7ca9",
                                "name": "PERAK",
                                "color": "#02BCD4",
                                "orderindex": 9
                            },
                            {
                                "id": "922e7905-2675-4f31-8cf4-a5e97d135184",
                                "name": "PERLIS",
                                "color": "#81B1FF",
                                "orderindex": 10
                            },
                            {
                                "id": "dab44778-df3f-4f43-a912-971915326094",
                                "name": "SABAH",
                                "color": "#E65100",
                                "orderindex": 11
                            },
                            {
                                "id": "05b35342-f5b6-4071-a409-abdc5fd227cb",
                                "name": "SARAWAK",
                                "color": "#E65100",
                                "orderindex": 12
                            },
                            {
                                "id": "a8a9f893-3c24-471e-a647-c8f5f5670ce6",
                                "name": "TERENGGANU",
                                "color": "#81B1FF",
                                "orderindex": 13
                            }
                        ]
                    },
                    "date_created": "1749779618849",
                    "hide_from_guests": false,
                    "value": 3,
                    "value_richtext": null,
                    "required": false
                },
                {
                    "id": "2cad121a-2ddd-4d00-81bb-1ec894afd9b2",
                    "name": "Technician",
                    "type": "drop_down",
                    "type_config": {
                        "sorting": "manual",
                        "options": [
                            {
                                "id": "6011c05e-5c0c-4d8e-a349-3d1ce6314d61",
                                "name": "Munir",
                                "color": "#fff",
                                "orderindex": 0
                            },
                            {
                                "id": "dfa24bd9-1d3a-453e-93d8-0a43c7d7e25e",
                                "name": "Jeckson",
                                "color": "#fff",
                                "orderindex": 1
                            },
                            {
                                "id": "91fd41e5-cf7b-4ad0-8240-ea58355422aa",
                                "name": "Elson",
                                "color": "#fff",
                                "orderindex": 2
                            },
                            {
                                "id": "b887f198-0481-469e-8c53-e490eeb761f7",
                                "name": "Merchant",
                                "color": "#fff",
                                "orderindex": 3
                            },
                            {
                                "id": "df6f09e9-bf7d-49f1-afa2-23fdbca10e11",
                                "name": "Agent",
                                "color": "#fff",
                                "orderindex": 4
                            },
                            {
                                "id": "5f4068d8-b9a9-4b1d-97ec-56f4a1a6726a",
                                "name": "Jeff",
                                "color": "#fff",
                                "orderindex": 5
                            }
                        ]
                    },
                    "date_created": "1749781779572",
                    "hide_from_guests": false,
                    "required": false
                },
                {
                    "id": "d3a98901-ee3e-4419-bd08-50832474cb8f",
                    "name": "Terminal",
                    "type": "short_text",
                    "type_config": {},
                    "date_created": "1749780274625",
                    "hide_from_guests": false,
                    "value": "MF919",
                    "value_richtext": "MF919",
                    "required": false
                }
            ],
            "dependencies": [],
            "linked_tasks": [],
            "locations": [],
            "team_id": "9018926718",
            "url": "https://app.clickup.com/t/86etty9cf",
            "sharing": {
                "public": false,
                "public_share_expires_on": null,
                "public_fields": [
                    "assignees",
                    "priority",
                    "due_date",
                    "content",
                    "comments",
                    "attachments",
                    "customFields",
                    "subtasks",
                    "tags",
                    "checklists",
                    "coverimage"
                ],
                "token": null,
                "seo_optimized": false
            },
            "permission_level": "create",
            "list": {
                "id": "901808601105",
                "name": "Terminal Retrieval",
                "access": true
            },
            "project": {
                "id": "90185687596",
                "name": "hidden",
                "hidden": true,
                "access": true
            },
            "folder": {
                "id": "90185687596",
                "name": "hidden",
                "hidden": true,
                "access": true
            },
            "space": {
                "id": "90183632186"
            },
            "attachments": [
                {
                    "id": "7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba.pdf",
                    "date": "1750139492586",
                    "title": "29 EMPIRE (RF).pdf",
                    "type": 11,
                    "source": 1,
                    "version": 0,
                    "extension": "pdf",
                    "thumbnail_small": null,
                    "thumbnail_medium": null,
                    "thumbnail_large": null,
                    "is_folder": null,
                    "mimetype": "application/pdf",
                    "hidden": false,
                    "parent_id": "69b7c80b-a592-483a-bf75-928f2c6f74b0",
                    "size": 402753,
                    "total_comments": 0,
                    "resolved_comments": 0,
                    "user": {
                        "id": 276735618,
                        "username": "Elson Gan",
                        "email": "elson.gan@share-commerce.com",
                        "initials": "EG",
                        "color": "",
                        "profilePicture": null
                    },
                    "deleted": false,
                    "orientation": null,
                    "url": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf",
                    "email_data": null,
                    "workspace_id": null,
                    "url_w_query": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf?view=open",
                    "url_w_host": "https://t9018926718.p.clickup-attachments.com/t9018926718/7afbe5d5-b3e5-4570-b3a1-25ac2aea9bba/29%20EMPIRE%20(RF).pdf?host=prod&ngsw-bypass=true"
                },
                {
                    "id": "4e3f242c-7547-43e8-8a82-34f7dd9d4a74.pdf",
                    "date": "1750139446407",
                    "title": "75 STREET BISTRO (RETRIEVAL) (RR).pdf",
                    "type": 1,
                    "source": 1,
                    "version": 0,
                    "extension": "pdf",
                    "thumbnail_small": null,
                    "thumbnail_medium": null,
                    "thumbnail_large": null,
                    "is_folder": null,
                    "mimetype": "application/pdf",
                    "hidden": false,
                    "parent_id": "86etty9cf",
                    "size": 427778,
                    "total_comments": 0,
                    "resolved_comments": 0,
                    "user": {
                        "id": 276735618,
                        "username": "Elson Gan",
                        "email": "elson.gan@share-commerce.com",
                        "initials": "EG",
                        "color": "",
                        "profilePicture": null
                    },
                    "deleted": false,
                    "orientation": null,
                    "url": "https://t9018926718.p.clickup-attachments.com/t9018926718/4e3f242c-7547-43e8-8a82-34f7dd9d4a74/75%20STREET%20BISTRO%20(RETRIEVAL)%20(RR).pdf",
                    "email_data": null,
                    "workspace_id": null,
                    "url_w_query": "https://t9018926718.p.clickup-attachments.com/t9018926718/4e3f242c-7547-43e8-8a82-34f7dd9d4a74/75%20STREET%20BISTRO%20(RETRIEVAL)%20(RR).pdf?view=open",
                    "url_w_host": "https://t9018926718.p.clickup-attachments.com/t9018926718/4e3f242c-7547-43e8-8a82-34f7dd9d4a74/75%20STREET%20BISTRO%20(RETRIEVAL)%20(RR).pdf?host=prod&ngsw-bypass=true"
                }
            ]
        },
        "fileSize": 11256
    }
]
1 Like


This is HTTP (get a file) mapping
@Msquare_Automation

1 Like

Hey Elson,

there is a Get a Task clickup module, no need to use HTTP for that. Also your watch tasks is not instant at the moment. Also also did you set your trigger to watch a list or to watch a specific task?

Hi @Stoyan_Vatov

If follow by your suggestion ClickUp (get a task), I’ll be required to choose the specific task.

In fact, what I wanted to do is able to capture all 9 task whenever an attachment is uploaded to different task

My scenario is I have a list of different task assign to technician, they have to upload report accordingly to differnt task, whenever they uploaded to ClickUp, it will uploaded to Google Drive

1 Like

You dont choose a specific task, you map the task ID coming from the webhook and it will dynamically get the correct one.

Can you show your webhook and what is coming from there? What did you set it to watch for and what is triggering it?

Below is the webhook for your reference

So under 1st Module - ClickUp, what scope you suggesting?
Watch Task (currently using)?

1 Like

Welcome to the Make community!

From your screenshot/output bundle, it appears that you have an ARRAY of items. What do you do when you have an array?

“Looping” Through Array Items

When you see an array in your module’s output, think of using an Iterator module.

In this example, this variable is an array of items (collections). You’ll want to map this array in an Iterator module.


Question: Have you tried mapping your array variable (not just the URL) into an Iterator module, ran the scenario once, and view the output?

Example

Here is an example of how your scenario could look like:

This is just an example. Your final solution may or may not look like this depending on your requirements and actual data.

For more information, see “Mapping with arrays” in the Help Centre. You should also do the Make Academy, which also covers the use of Iterators & Aggregators.

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew