Table of Contents

Schedule trigger

Configures the Flow to be triggered on a schedule.


sch tr

ExampleExample
This flow runs on a scheduled basis and performs automated file cleanup on an FTP server. At each scheduled interval, it retrieves a list of files from a specified directory, checks whether each file is older than 7 days, and deletes those that meet the condition. This helps keep the FTP directory tidy by automatically removing outdated files.


Properties

Name Required Description
Title
Schedule Yes Configure the frequency of the trigger.
Payload No Define available data when the flow starts.
Output data type No Select the datatype of the trigger output.
Output variable name No Name of the variable containing the data.
Disabled No Boolean value indicating whether the trigger is disabled (true/false).
Description No Additional notes or comments about the trigger's purpose or configuration.

Returns

This trigger returns a single variable with the specified name and Output data type.

Schedule Trigger Output Type

Step by step


  1. Add the Trigger.

p


  1. Choose the type of trigger from the library.

p


  1. Set up the properties.

p


p