# Integrating Glide App with Pipedrive CRM via AI Transcriptions

**URL:** https://community.glideapps.com/t/integrating-glide-app-with-pipedrive-crm-via-ai-transcriptions/64207
**Category:** Ask for Help
**Tags:** data-sync, api
**Created:** [July 21, 2023, 4:12am UTC](https://community.glideapps.com/t/integrating-glide-app-with-pipedrive-crm-via-ai-transcriptions/64207 "2023-07-21T04:12:22Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Eden](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eden/32/18651_2.png) [@Eden](https://community.glideapps.com/u/Eden)
#### Post date: [July 27, 2023, 3:44am UTC](https://community.glideapps.com/t/integrating-glide-app-with-pipedrive-crm-via-ai-transcriptions/64207/7 "2023-07-27T03:44:48Z")

</div>

ok, I see, how clever!

I’m also wondering which no-code tool would be a good bridge so that I could for instance use [make.com](http://make.com) to fetch the data from the Pipedrive API or Firestore and use the fetchJSON to display the queried results.

@Darren_Murphy seems to have implemented the solution you’re suggesting, correct?

> [@Transform JSON with JQ](https://community.glideapps.com/t/transform-json-with-jq/56088/14):
>
> Darren’s code will work, you just need to modify it a little, because you don’t have headers… Thanks, @Darren_Murphy !!! super fast and columns saver method… no need for templates, slicing, join columns, split columns, and single value columns… from JSON straight to split column… WOW… love it!!! let json = JSON.parse(p1); if (json[p2]) { return json[p2][0]; } now I need to go back to my apps and change it LOL… that will cut off maybe another second f…

I wonder how many rows it could handle without delay

---

_[View the full topic](https://community.glideapps.com/t/integrating-glide-app-with-pipedrive-crm-via-ai-transcriptions/64207)._
