Challenge: Share Your Best Glide + Make Scenarios ($500 Reward) šŸŽ‰

Itā€™s official: Our new Make integration is now available

Fun fact: Itā€™s actually an update to the existing Glide app on Make! Now you can add, update, delete, and get rows from your connected Glide Tables directly via Make.

See our updated docs for more details on using Glide and Make together.

This release also marks the beginning of our formal partnership with Make :sparkles:

More than 500,000 organizations worldwide use Make to build powerful custom solutions without code, and since so many of you already use Make alongside your Glide apps, a formal partnership just made sense.

Learn more in our announcement post on the Glide blog, along with a link to claim two free months of Makeā€™s Pro plan with 20k monthly operations. :eyes:

To celebrate our Make launch and partnership, we want to see your best Glide + Make scenarios :hammer_and_wrench:

Weā€™re looking for screenshots, screen recordings, slide decks, gifsā€¦ whatever works to show off what youā€™ve built!

One winner will receive:

  • Visa virtual gift card worth $500
  • One year of the Glide Maker plan
  • Glide merch pack

Three runners up will receive:

  • One free year of the Glide Maker plan

Submit your entries via X/Twitter, LinkedIn, or YouTube:

  1. Post your Glide + Make scenarios on your platform of choice
  2. Reply to this thread with your entries to make sure we donā€™t miss it
  3. Make sure youā€™re following Glide and Make on the same platform
    a. Glide on X/Twitter, LinkedIn, and YouTube
    b. Make on X/Twitter, LinkedIn, and YouTube

The entry deadline is Friday, April 26th at 9pm PT.

Winners will be announced here in the community and contacted via whichever platform they shared on. Good luck - we canā€™t wait to see what you build! :raised_hands:

18 Likes

Challenge Accepted!

Everything starts off with a good webhook

Glide + Make = Endless Possibilities in Automation

Untitled design

5 Likes

This is incredible. @Myles_Chaput - Whatā€™s happening in this scenario? Can you describe the functionality here?

2 Likes

Mineā€™s not as complex as @Myles_Chaput 's automation, but the new integration came in big for me. It let me replace an old Make scenario with a new one. Excited to share because it really helped out the non-profit I was working with. Stay tuned on LinkedIn.

5 Likes

It might take me a long time to explain what is going on and it is quite long and boring!

Long story short, webbook fires from a PC based application sending data to my webserver for processing and parsing, then data is moved thru the scenario and from there its a giant if/then/else type of automation which relies heavily on the information that was passed over, and filters to ensure properly delivery of the data to my glide table of over 200 columns of data :smiley:

This is one of my ā€œworkhorseā€ automations, it eats around 15,000 tasks a month

Automation at work!

5 Likes

Here goes mine!!

6 Likes

:drooling_face: loving running python code within a scenario, game changing!

This was one of the craziest ones over the years.

I have two screenshots of the same scenario - a before and an after.

This one Iā€™m particularly happy with because the original scenario - which was thrown together without too much planning - was very slow and inefficient. A typical run would take up to a minute, and use as many as 150 operations.

After refactoring the scenario, I was able to reduce the run time to about 3-5 seconds, and about a dozen operations. This represented a huge cost saving for my client. Most of the savings came through the use of array aggregation.

As to what the scenario does - essentially it receives a webhook from Glide, and then adds and edits several rows in several Glide tables, based on various conditions.

Here is the original:

And here is the refactored version:

7 Likes

I second revisiting scenarios for speed and efficiency!

Also if you are using an iterator and then a google sheets add or edit rows, you NEED this tool:

not only will save you thousands of ops, but it speeds up your execution major. I had one scenario that used to take about a minute to run and a variable amount of ops up to 200 ops, now its takes 12-15 seconds and is a consistent 36 ops

2 Likes

Is this a paid module or not? I think itā€™s just a wrapper using the Google Sheets API, which you can do yourself using the Google Sheets module.

1 Like

Does anyone know of a good tutorial on how to use Make in general? Not Glide related, just how the basic system works. Iā€™ve used Zapier a lot and understand it well, but Make is set up so much differently and Iā€™m having a hard time finding basic tutorials just because the word ā€œMakeā€ turns into too many other options in YouTube. Thanks!

1 Like

Try searching for ā€œIntegromat Tutorialā€ - you should get plenty of hits.

3 Likes

I still do this too. Or Iā€™ll use ā€œmake.com tutorialā€

2 Likes

In the future Make got so good it could it even could run time travel scenariosā€¦ so posting this for reassurance that soon Robert Petitto will post a Glide/Make tutorial that we all ended up usingā€¦ sit tight.

3 Likes

I would also check their docs, it helped with some functions in my case.

https://www.make.com/en/help/home

2 Likes

Hello!

Does anyone know how to make my scenario to work much faster? For example it takes between 30 second to 1 minute to generate de pdf.

Thanks

IF only the pdf.co step is taking a while, you canā€™t do anything about that, it will only go as fast as they can process it.

2 Likes

You sure can do this yourself, but my time was worth more when I bought this. It has already saved me more than it costed :smiley:

1 Like