Help: Schedule and Webhook

I can’t figure out how to setup my workflow.

This is what I need my app to do

Schdedule > glide table “file name” and data > Webhook

Please help

Can you provide more information ?

What are you trying to do exactly ?

Do you mean you want to access a table’s data on schedule, and then send that data through a webhook payload?

Something like this.

I have this table (Filename: File)
id like it to be sent to my webhook daily at around 7:00 PM

So all of the data in that table, in a CSV format or something else?

Yes, all the data are in that table. I guess it is in CSV, since every time I do export, the table is downloaded in CSV

I guess you already have access to scheduled workflows? What you can do is schedule an action to generate a CSV file from that table, and then send the CSV URL to your webhook. Parse the CSV and proceed with the data on the other side.