@servicenow/sdk - v4.9.0
    Preparing search index...

    Scheduled trigger - fires on a schedule. Uses ScheduledTriggerInputs discriminated union to enforce valid field combinations.

    interface ScheduledTrigger {
        __inputs?: {
            condition: Typed<
                string,
                {
                    columnType: "string";
                    label: "Condition";
                    sysId: "b927b074ff5022108f25ffffffffff5c";
                },
            >;
            dayOfMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Fixed Day";
                    sysId: "908efa22ff7f12108f25ffffffffff5c";
                },
            >;
            daySelection: Typed<
                "fixed_day"
                | "relative_weekday",
                {
                    choices: {
                        fixed_day: { label: "Fixed day" };
                        relative_weekday: { label: "Relative weekday" };
                    };
                    columnType: "string";
                    label: "On";
                    sysId: "963e7622ff7f12108f25ffffffffff2b";
                },
            >;
            daysOfTheWeek: Typed<
                string,
                {
                    columnType: "string";
                    label: "Days of the Week";
                    sysId: "e21ff662ff7f12108f25ffffffffffc0";
                },
            >;
            end: Typed<
                "end_date"
                | "no_end_date",
                {
                    choices: {
                        end_date: { label: "On this day" };
                        no_end_date: { label: "No end date" };
                    };
                    columnType: "string";
                    label: "End";
                    sysId: "2bbe3262ff7f12108f25ffffffffffa8";
                },
            >;
            endDateTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Date and Time";
                    sysId: "445d72eeff3f12108f25ffffffffff41";
                },
            >;
            frequency: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
                },
            >;
            limit: Typed<
                number,
                {
                    columnType: "number";
                    label: "Limit";
                    sysId: "3b09b4f4ff5022108f25ffffffffff88";
                },
            >;
            recurrence: Typed<
                "once"
                | "weekly"
                | "monthly"
                | "yearly"
                | "daily"
                | "periodically",
                {
                    choices: {
                        daily: { label: "Daily" };
                        monthly: { label: "Monthly" };
                        once: { label: "Does not repeat" };
                        periodically: { label: "Custom" };
                        weekly: { label: "Weekly" };
                        yearly: { label: "Yearly" };
                    };
                    columnType: "string";
                    label: "Repeat";
                    sysId: "65474fa6ff7f12108f25ffffffffff35";
                },
            >;
            relativeWeek: Typed<
                1
                | 2
                | 3
                | 4,
                {
                    choices: {
                        "1": { label: "First" };
                        "2": { label: "Second" };
                        "3": { label: "Third" };
                        "4": { label: "Fourth" };
                    };
                    columnType: "number";
                    label: "Relative Week";
                    sysId: "298fb2a2ff7f12108f25ffffffffff54";
                },
            >;
            relativeWeekday: Typed<
                DayOfWeekValue,
                {
                    columnType: "number";
                    label: "Weekday";
                    sysId: "88fdbeeeff3f12108f25ffffffffff08";
                },
            >;
            repeat: Typed<
                string
                | Duration,
                {
                    columnType: "string";
                    label: "Every";
                    sysId: "a64f3e62ff7f12108f25ffffffffffb2";
                },
            >;
            repeatMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "70adf6eeff3f12108f25ffffffffffa0";
                },
            >;
            startDateAndTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Start Date and Time";
                    sysId: "ddd78be6ff7f12108f25ffffffffffb5";
                },
            >;
            table: Typed<
                keyof Tables,
                {
                    columnType: "string";
                    label: "Table";
                    sysId: "12d6b834ff5022108f25ffffffffff70";
                },
            >;
            timeZone: Typed<
                string,
                {
                    columnType: "string";
                    label: "Time Zone";
                    sysId: "0587c3e6ff7f12108f25ffffffffff06";
                },
            >;
        };
        __type: "PlaybookTriggerType";
        __userInputs?: ScheduledTriggerInputs;
        inputs?: {
            condition: Typed<
                string,
                {
                    columnType: "string";
                    label: "Condition";
                    sysId: "b927b074ff5022108f25ffffffffff5c";
                },
            >;
            dayOfMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Fixed Day";
                    sysId: "908efa22ff7f12108f25ffffffffff5c";
                },
            >;
            daySelection: Typed<
                "fixed_day"
                | "relative_weekday",
                {
                    choices: {
                        fixed_day: { label: "Fixed day" };
                        relative_weekday: { label: "Relative weekday" };
                    };
                    columnType: "string";
                    label: "On";
                    sysId: "963e7622ff7f12108f25ffffffffff2b";
                },
            >;
            daysOfTheWeek: Typed<
                string,
                {
                    columnType: "string";
                    label: "Days of the Week";
                    sysId: "e21ff662ff7f12108f25ffffffffffc0";
                },
            >;
            end: Typed<
                "end_date"
                | "no_end_date",
                {
                    choices: {
                        end_date: { label: "On this day" };
                        no_end_date: { label: "No end date" };
                    };
                    columnType: "string";
                    label: "End";
                    sysId: "2bbe3262ff7f12108f25ffffffffffa8";
                },
            >;
            endDateTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Date and Time";
                    sysId: "445d72eeff3f12108f25ffffffffff41";
                },
            >;
            frequency: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
                },
            >;
            limit: Typed<
                number,
                {
                    columnType: "number";
                    label: "Limit";
                    sysId: "3b09b4f4ff5022108f25ffffffffff88";
                },
            >;
            recurrence: Typed<
                "once"
                | "weekly"
                | "monthly"
                | "yearly"
                | "daily"
                | "periodically",
                {
                    choices: {
                        daily: { label: "Daily" };
                        monthly: { label: "Monthly" };
                        once: { label: "Does not repeat" };
                        periodically: { label: "Custom" };
                        weekly: { label: "Weekly" };
                        yearly: { label: "Yearly" };
                    };
                    columnType: "string";
                    label: "Repeat";
                    sysId: "65474fa6ff7f12108f25ffffffffff35";
                },
            >;
            relativeWeek: Typed<
                1
                | 2
                | 3
                | 4,
                {
                    choices: {
                        "1": { label: "First" };
                        "2": { label: "Second" };
                        "3": { label: "Third" };
                        "4": { label: "Fourth" };
                    };
                    columnType: "number";
                    label: "Relative Week";
                    sysId: "298fb2a2ff7f12108f25ffffffffff54";
                },
            >;
            relativeWeekday: Typed<
                DayOfWeekValue,
                {
                    columnType: "number";
                    label: "Weekday";
                    sysId: "88fdbeeeff3f12108f25ffffffffff08";
                },
            >;
            repeat: Typed<
                string
                | Duration,
                {
                    columnType: "string";
                    label: "Every";
                    sysId: "a64f3e62ff7f12108f25ffffffffffb2";
                },
            >;
            repeatMonth: Typed<
                number,
                {
                    columnType: "number";
                    label: "Every";
                    sysId: "70adf6eeff3f12108f25ffffffffffa0";
                },
            >;
            startDateAndTime: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                {
                    columnType: "string";
                    label: "Start Date and Time";
                    sysId: "ddd78be6ff7f12108f25ffffffffffb5";
                },
            >;
            table: Typed<
                keyof Tables,
                {
                    columnType: "string";
                    label: "Table";
                    sysId: "12d6b834ff5022108f25ffffffffff70";
                },
            >;
            timeZone: Typed<
                string,
                {
                    columnType: "string";
                    label: "Time Zone";
                    sysId: "0587c3e6ff7f12108f25ffffffffff06";
                },
            >;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    __inputs?: {
        condition: Typed<
            string,
            {
                columnType: "string";
                label: "Condition";
                sysId: "b927b074ff5022108f25ffffffffff5c";
            },
        >;
        dayOfMonth: Typed<
            number,
            {
                columnType: "number";
                label: "Fixed Day";
                sysId: "908efa22ff7f12108f25ffffffffff5c";
            },
        >;
        daySelection: Typed<
            "fixed_day"
            | "relative_weekday",
            {
                choices: {
                    fixed_day: { label: "Fixed day" };
                    relative_weekday: { label: "Relative weekday" };
                };
                columnType: "string";
                label: "On";
                sysId: "963e7622ff7f12108f25ffffffffff2b";
            },
        >;
        daysOfTheWeek: Typed<
            string,
            {
                columnType: "string";
                label: "Days of the Week";
                sysId: "e21ff662ff7f12108f25ffffffffffc0";
            },
        >;
        end: Typed<
            "end_date"
            | "no_end_date",
            {
                choices: {
                    end_date: { label: "On this day" };
                    no_end_date: { label: "No end date" };
                };
                columnType: "string";
                label: "End";
                sysId: "2bbe3262ff7f12108f25ffffffffffa8";
            },
        >;
        endDateTime: Typed<
            `${number}-${number}-${number} ${number}:${number}:${number}`,
            {
                columnType: "string";
                label: "Date and Time";
                sysId: "445d72eeff3f12108f25ffffffffff41";
            },
        >;
        frequency: Typed<
            number,
            {
                columnType: "number";
                label: "Every";
                sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
            },
        >;
        limit: Typed<
            number,
            {
                columnType: "number";
                label: "Limit";
                sysId: "3b09b4f4ff5022108f25ffffffffff88";
            },
        >;
        recurrence: Typed<
            "once"
            | "weekly"
            | "monthly"
            | "yearly"
            | "daily"
            | "periodically",
            {
                choices: {
                    daily: { label: "Daily" };
                    monthly: { label: "Monthly" };
                    once: { label: "Does not repeat" };
                    periodically: { label: "Custom" };
                    weekly: { label: "Weekly" };
                    yearly: { label: "Yearly" };
                };
                columnType: "string";
                label: "Repeat";
                sysId: "65474fa6ff7f12108f25ffffffffff35";
            },
        >;
        relativeWeek: Typed<
            1
            | 2
            | 3
            | 4,
            {
                choices: {
                    "1": { label: "First" };
                    "2": { label: "Second" };
                    "3": { label: "Third" };
                    "4": { label: "Fourth" };
                };
                columnType: "number";
                label: "Relative Week";
                sysId: "298fb2a2ff7f12108f25ffffffffff54";
            },
        >;
        relativeWeekday: Typed<
            DayOfWeekValue,
            {
                columnType: "number";
                label: "Weekday";
                sysId: "88fdbeeeff3f12108f25ffffffffff08";
            },
        >;
        repeat: Typed<
            string
            | Duration,
            {
                columnType: "string";
                label: "Every";
                sysId: "a64f3e62ff7f12108f25ffffffffffb2";
            },
        >;
        repeatMonth: Typed<
            number,
            {
                columnType: "number";
                label: "Every";
                sysId: "70adf6eeff3f12108f25ffffffffffa0";
            },
        >;
        startDateAndTime: Typed<
            `${number}-${number}-${number} ${number}:${number}:${number}`,
            {
                columnType: "string";
                label: "Start Date and Time";
                sysId: "ddd78be6ff7f12108f25ffffffffffb5";
            },
        >;
        table: Typed<
            keyof Tables,
            {
                columnType: "string";
                label: "Table";
                sysId: "12d6b834ff5022108f25ffffffffff70";
            },
        >;
        timeZone: Typed<
            string,
            {
                columnType: "string";
                label: "Time Zone";
                sysId: "0587c3e6ff7f12108f25ffffffffff06";
            },
        >;
    }

    Type Declaration

    • condition: Typed<
          string,
          {
              columnType: "string";
              label: "Condition";
              sysId: "b927b074ff5022108f25ffffffffff5c";
          },
      >
    • dayOfMonth: Typed<
          number,
          {
              columnType: "number";
              label: "Fixed Day";
              sysId: "908efa22ff7f12108f25ffffffffff5c";
          },
      >

      Day of month (1-31). Used with daySelection: 'fixed_day'.

    • daySelection: Typed<
          "fixed_day"
          | "relative_weekday",
          {
              choices: {
                  fixed_day: { label: "Fixed day" };
                  relative_weekday: { label: "Relative weekday" };
              };
              columnType: "string";
              label: "On";
              sysId: "963e7622ff7f12108f25ffffffffff2b";
          },
      >

      Used with monthly and yearly recurrence. Fixed day uses dayOfMonth; relative weekday uses relativeWeek + relativeWeekday.

    • daysOfTheWeek: Typed<
          string,
          {
              columnType: "string";
              label: "Days of the Week";
              sysId: "e21ff662ff7f12108f25ffffffffffc0";
          },
      >

      Concatenated digits 1-7 (1=Mon, 7=Sun). e.g. '12345' = Mon-Fri. Used with weekly recurrence.

    • end: Typed<
          "end_date"
          | "no_end_date",
          {
              choices: {
                  end_date: { label: "On this day" };
                  no_end_date: { label: "No end date" };
              };
              columnType: "string";
              label: "End";
              sysId: "2bbe3262ff7f12108f25ffffffffffa8";
          },
      >

      When to stop repeating. Used when recurrence is not 'once'.

    • endDateTime: Typed<
          `${number}-${number}-${number} ${number}:${number}:${number}`,
          {
              columnType: "string";
              label: "Date and Time";
              sysId: "445d72eeff3f12108f25ffffffffff41";
          },
      >

      Used with end: 'end_date'.

    • frequency: Typed<
          number,
          {
              columnType: "number";
              label: "Every";
              sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
          },
      >

      Used with daily, weekly, and monthly recurrence. e.g. 2 with weekly = every 2 weeks.

    • limit: Typed<
          number,
          {
              columnType: "number";
              label: "Limit";
              sysId: "3b09b4f4ff5022108f25ffffffffff88";
          },
      >

      Max number of times the trigger can run.

    • recurrence: Typed<
          "once"
          | "weekly"
          | "monthly"
          | "yearly"
          | "daily"
          | "periodically",
          {
              choices: {
                  daily: { label: "Daily" };
                  monthly: { label: "Monthly" };
                  once: { label: "Does not repeat" };
                  periodically: { label: "Custom" };
                  weekly: { label: "Weekly" };
                  yearly: { label: "Yearly" };
              };
              columnType: "string";
              label: "Repeat";
              sysId: "65474fa6ff7f12108f25ffffffffff35";
          },
      >
    • relativeWeek: Typed<
          1
          | 2
          | 3
          | 4,
          {
              choices: {
                  "1": { label: "First" };
                  "2": { label: "Second" };
                  "3": { label: "Third" };
                  "4": { label: "Fourth" };
              };
              columnType: "number";
              label: "Relative Week";
              sysId: "298fb2a2ff7f12108f25ffffffffff54";
          },
      >

      Week in month (1=First, 4=Fourth). Used with daySelection: 'relative_weekday'.

    • relativeWeekday: Typed<
          DayOfWeekValue,
          {
              columnType: "number";
              label: "Weekday";
              sysId: "88fdbeeeff3f12108f25ffffffffff08";
          },
      >

      Day of week (1=Mon, 7=Sun). Used with daySelection: 'relative_weekday'.

    • repeat: Typed<
          string
          | Duration,
          {
              columnType: "string";
              label: "Every";
              sysId: "a64f3e62ff7f12108f25ffffffffffb2";
          },
      >

      Duration between repeats (ddd hh:mm:ss). Used with periodically recurrence.

    • repeatMonth: Typed<
          number,
          {
              columnType: "number";
              label: "Every";
              sysId: "70adf6eeff3f12108f25ffffffffffa0";
          },
      >

      Month (1-12). Used with yearly recurrence.

    • startDateAndTime: Typed<
          `${number}-${number}-${number} ${number}:${number}:${number}`,
          {
              columnType: "string";
              label: "Start Date and Time";
              sysId: "ddd78be6ff7f12108f25ffffffffffb5";
          },
      >
    • table: Typed<
          keyof Tables,
          {
              columnType: "string";
              label: "Table";
              sysId: "12d6b834ff5022108f25ffffffffff70";
          },
      >
    • timeZone: Typed<
          string,
          {
              columnType: "string";
              label: "Time Zone";
              sysId: "0587c3e6ff7f12108f25ffffffffff06";
          },
      >

      e.g. 'America/Los_Angeles'

    __type: "PlaybookTriggerType"
    __userInputs?: ScheduledTriggerInputs
    inputs?: {
        condition: Typed<
            string,
            {
                columnType: "string";
                label: "Condition";
                sysId: "b927b074ff5022108f25ffffffffff5c";
            },
        >;
        dayOfMonth: Typed<
            number,
            {
                columnType: "number";
                label: "Fixed Day";
                sysId: "908efa22ff7f12108f25ffffffffff5c";
            },
        >;
        daySelection: Typed<
            "fixed_day"
            | "relative_weekday",
            {
                choices: {
                    fixed_day: { label: "Fixed day" };
                    relative_weekday: { label: "Relative weekday" };
                };
                columnType: "string";
                label: "On";
                sysId: "963e7622ff7f12108f25ffffffffff2b";
            },
        >;
        daysOfTheWeek: Typed<
            string,
            {
                columnType: "string";
                label: "Days of the Week";
                sysId: "e21ff662ff7f12108f25ffffffffffc0";
            },
        >;
        end: Typed<
            "end_date"
            | "no_end_date",
            {
                choices: {
                    end_date: { label: "On this day" };
                    no_end_date: { label: "No end date" };
                };
                columnType: "string";
                label: "End";
                sysId: "2bbe3262ff7f12108f25ffffffffffa8";
            },
        >;
        endDateTime: Typed<
            `${number}-${number}-${number} ${number}:${number}:${number}`,
            {
                columnType: "string";
                label: "Date and Time";
                sysId: "445d72eeff3f12108f25ffffffffff41";
            },
        >;
        frequency: Typed<
            number,
            {
                columnType: "number";
                label: "Every";
                sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
            },
        >;
        limit: Typed<
            number,
            {
                columnType: "number";
                label: "Limit";
                sysId: "3b09b4f4ff5022108f25ffffffffff88";
            },
        >;
        recurrence: Typed<
            "once"
            | "weekly"
            | "monthly"
            | "yearly"
            | "daily"
            | "periodically",
            {
                choices: {
                    daily: { label: "Daily" };
                    monthly: { label: "Monthly" };
                    once: { label: "Does not repeat" };
                    periodically: { label: "Custom" };
                    weekly: { label: "Weekly" };
                    yearly: { label: "Yearly" };
                };
                columnType: "string";
                label: "Repeat";
                sysId: "65474fa6ff7f12108f25ffffffffff35";
            },
        >;
        relativeWeek: Typed<
            1
            | 2
            | 3
            | 4,
            {
                choices: {
                    "1": { label: "First" };
                    "2": { label: "Second" };
                    "3": { label: "Third" };
                    "4": { label: "Fourth" };
                };
                columnType: "number";
                label: "Relative Week";
                sysId: "298fb2a2ff7f12108f25ffffffffff54";
            },
        >;
        relativeWeekday: Typed<
            DayOfWeekValue,
            {
                columnType: "number";
                label: "Weekday";
                sysId: "88fdbeeeff3f12108f25ffffffffff08";
            },
        >;
        repeat: Typed<
            string
            | Duration,
            {
                columnType: "string";
                label: "Every";
                sysId: "a64f3e62ff7f12108f25ffffffffffb2";
            },
        >;
        repeatMonth: Typed<
            number,
            {
                columnType: "number";
                label: "Every";
                sysId: "70adf6eeff3f12108f25ffffffffffa0";
            },
        >;
        startDateAndTime: Typed<
            `${number}-${number}-${number} ${number}:${number}:${number}`,
            {
                columnType: "string";
                label: "Start Date and Time";
                sysId: "ddd78be6ff7f12108f25ffffffffffb5";
            },
        >;
        table: Typed<
            keyof Tables,
            {
                columnType: "string";
                label: "Table";
                sysId: "12d6b834ff5022108f25ffffffffff70";
            },
        >;
        timeZone: Typed<
            string,
            {
                columnType: "string";
                label: "Time Zone";
                sysId: "0587c3e6ff7f12108f25ffffffffff06";
            },
        >;
    }

    Type Declaration

    • condition: Typed<
          string,
          {
              columnType: "string";
              label: "Condition";
              sysId: "b927b074ff5022108f25ffffffffff5c";
          },
      >
    • dayOfMonth: Typed<
          number,
          {
              columnType: "number";
              label: "Fixed Day";
              sysId: "908efa22ff7f12108f25ffffffffff5c";
          },
      >

      Day of month (1-31). Used with daySelection: 'fixed_day'.

    • daySelection: Typed<
          "fixed_day"
          | "relative_weekday",
          {
              choices: {
                  fixed_day: { label: "Fixed day" };
                  relative_weekday: { label: "Relative weekday" };
              };
              columnType: "string";
              label: "On";
              sysId: "963e7622ff7f12108f25ffffffffff2b";
          },
      >

      Used with monthly and yearly recurrence. Fixed day uses dayOfMonth; relative weekday uses relativeWeek + relativeWeekday.

    • daysOfTheWeek: Typed<
          string,
          {
              columnType: "string";
              label: "Days of the Week";
              sysId: "e21ff662ff7f12108f25ffffffffffc0";
          },
      >

      Concatenated digits 1-7 (1=Mon, 7=Sun). e.g. '12345' = Mon-Fri. Used with weekly recurrence.

    • end: Typed<
          "end_date"
          | "no_end_date",
          {
              choices: {
                  end_date: { label: "On this day" };
                  no_end_date: { label: "No end date" };
              };
              columnType: "string";
              label: "End";
              sysId: "2bbe3262ff7f12108f25ffffffffffa8";
          },
      >

      When to stop repeating. Used when recurrence is not 'once'.

    • endDateTime: Typed<
          `${number}-${number}-${number} ${number}:${number}:${number}`,
          {
              columnType: "string";
              label: "Date and Time";
              sysId: "445d72eeff3f12108f25ffffffffff41";
          },
      >

      Used with end: 'end_date'.

    • frequency: Typed<
          number,
          {
              columnType: "number";
              label: "Every";
              sysId: "6d4cfa6eff3f12108f25ffffffffff0e";
          },
      >

      Used with daily, weekly, and monthly recurrence. e.g. 2 with weekly = every 2 weeks.

    • limit: Typed<
          number,
          {
              columnType: "number";
              label: "Limit";
              sysId: "3b09b4f4ff5022108f25ffffffffff88";
          },
      >

      Max number of times the trigger can run.

    • recurrence: Typed<
          "once"
          | "weekly"
          | "monthly"
          | "yearly"
          | "daily"
          | "periodically",
          {
              choices: {
                  daily: { label: "Daily" };
                  monthly: { label: "Monthly" };
                  once: { label: "Does not repeat" };
                  periodically: { label: "Custom" };
                  weekly: { label: "Weekly" };
                  yearly: { label: "Yearly" };
              };
              columnType: "string";
              label: "Repeat";
              sysId: "65474fa6ff7f12108f25ffffffffff35";
          },
      >
    • relativeWeek: Typed<
          1
          | 2
          | 3
          | 4,
          {
              choices: {
                  "1": { label: "First" };
                  "2": { label: "Second" };
                  "3": { label: "Third" };
                  "4": { label: "Fourth" };
              };
              columnType: "number";
              label: "Relative Week";
              sysId: "298fb2a2ff7f12108f25ffffffffff54";
          },
      >

      Week in month (1=First, 4=Fourth). Used with daySelection: 'relative_weekday'.

    • relativeWeekday: Typed<
          DayOfWeekValue,
          {
              columnType: "number";
              label: "Weekday";
              sysId: "88fdbeeeff3f12108f25ffffffffff08";
          },
      >

      Day of week (1=Mon, 7=Sun). Used with daySelection: 'relative_weekday'.

    • repeat: Typed<
          string
          | Duration,
          {
              columnType: "string";
              label: "Every";
              sysId: "a64f3e62ff7f12108f25ffffffffffb2";
          },
      >

      Duration between repeats (ddd hh:mm:ss). Used with periodically recurrence.

    • repeatMonth: Typed<
          number,
          {
              columnType: "number";
              label: "Every";
              sysId: "70adf6eeff3f12108f25ffffffffffa0";
          },
      >

      Month (1-12). Used with yearly recurrence.

    • startDateAndTime: Typed<
          `${number}-${number}-${number} ${number}:${number}:${number}`,
          {
              columnType: "string";
              label: "Start Date and Time";
              sysId: "ddd78be6ff7f12108f25ffffffffffb5";
          },
      >
    • table: Typed<
          keyof Tables,
          {
              columnType: "string";
              label: "Table";
              sysId: "12d6b834ff5022108f25ffffffffff70";
          },
      >
    • timeZone: Typed<
          string,
          {
              columnType: "string";
              label: "Time Zone";
              sysId: "0587c3e6ff7f12108f25ffffffffff06";
          },
      >

      e.g. 'America/Los_Angeles'