# Issue in implementing Download CSV integration

**URL:** https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925
**Category:** Ask for Help
**Created:** [October 12, 2023, 9:50am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925 "2023-10-12T09:50:19Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Brij\_Mohan\_Sharma](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brij_mohan_sharma/32/63672_2.png) [@Brij\_Mohan\_Sharma](https://community.glideapps.com/u/Brij_Mohan_Sharma)
#### Post date: [October 12, 2023, 9:50am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/1 "2023-10-12T09:50:19Z")

</div>

While Integrating Dowload CSV integration I am facing a problem while using this integration. I can not convert the filtered data on my screen into the CSV.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 12, 2023, 10:03am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/2 "2023-10-12T10:03:07Z")

</div>

No, that’s not supported.

If you want to export a filtered list, then you need to implement your own solution.

---

<div class="post-metadata">

### Author: ![Brij\_Mohan\_Sharma](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brij_mohan_sharma/32/63672_2.png) [@Brij\_Mohan\_Sharma](https://community.glideapps.com/u/Brij_Mohan_Sharma)
#### Post date: [October 12, 2023, 10:10am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/3 "2023-10-12T10:10:12Z")

</div>

hey Glidder can please suggest any solution to this problem ?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 12, 2023, 10:29am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/4 "2023-10-12T10:29:50Z")

</div>

The below is quite old, but it will give you the general idea.

> [@How To: CSV Export and send as email](https://community.glideapps.com/t/how-to-csv-export-and-send-as-email/31618):
>
> Below is a short tutorial that demonstrates how to generate a CSV export from Glide, and send it as an email attachment using Integromat. This uses the joined list technique that was originally described by @Purvang_Joshi [here](https://community.glideapps.com/t/export-glide-table-google-sheet-data-to-csv-using-joined-list-apps-script/27467). I hope others find it useful slight_smile

---

<div class="post-metadata">

### Author: ![MegannLock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/megannlock/32/19680_2.png) [@MegannLock](https://community.glideapps.com/u/MegannLock)
#### Post date: [October 12, 2023, 11:30pm UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/5 "2023-10-12T23:30:53Z")

</div>

You should be able to create a Relation column (using your filter criteria, make sure “match multiple” is checked). You can use the multi-relation as your generate csv data.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 12, 2023, 11:59pm UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/6 "2023-10-12T23:59:15Z")

</div>

The problem with that is that it doesn’t work with the In-App filtering 🤷‍♂️

---

<div class="post-metadata">

### Author: ![MegannLock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/megannlock/32/19680_2.png) [@MegannLock](https://community.glideapps.com/u/MegannLock)
#### Post date: [October 13, 2023, 1:43am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/7 "2023-10-13T01:43:09Z")

</div>

Yeah true. That method isn’t easily customizable by the user. I guess I assumed he was referring to a list filtered by design (not in-app filter).

---

<div class="post-metadata">

### Author: ![Brij\_Mohan\_Sharma](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brij_mohan_sharma/32/63672_2.png) [@Brij\_Mohan\_Sharma](https://community.glideapps.com/u/Brij_Mohan_Sharma)
#### Post date: [October 16, 2023, 4:44am UTC](https://community.glideapps.com/t/issue-in-implementing-download-csv-integration/66925/8 "2023-10-16T04:44:34Z")

</div>

actually I want the user to download the data that is filtered from the sheet and is on the UI. I want the user to have a button to download the data into a CSV column.
