🕒 Scheduled Workflows Tutorial

:waving_hand: Hey fellow Gliders!

Just published the first video in a new series on walking through Glide Workflows. First up: Scheduled Workflows. In this video you’ll learn how to set up reoccurring automations using Scheduled Workflows in your Glide app:

  1. Adding a schedule trigger
  2. Looping through a table
  3. Setting up conditional actions

:popcorn: Enjoy!

4 Likes

Very nice video, Bob.

You used the query and join list actions in the workflow editor. I’m discovering these actions with your video, I had never seen them before. I’ll need to experiment and see why you use them inside the loop rather than inside the data editor.

As always, thanks for showcasing new releases and approaches to building in such an articulate manner.

I seems I have the answer to my comment above.

1 Like

Awesome!

Do you think you could make a tutorial on how to schedule CSV backups of all Glide Tables within an app? I’m having so much trouble trying to set it up.

I have even read Darren’s tips in this post, but couldn’t wrap my head around it.
(Generate CSV in a Scheduled Workflow)

Thanks again for your tutorials!!! You’re the best

What have you got so far? Are there any errors if you try to run with what you have so far?

From your description, it sounds like you just need a series of Generate CSV modules/flows (like what Darren showed), and then store the CSV files somewhere else.