PowerAutomateFlowSubmissionEvent: FormEventBase & {
    configuration: {
        formId?: number;
        url: string;
    };
    type: "POWER_AUTOMATE_FLOW";
}

Type declaration

  • configuration: {
        formId?: number;
        url: string;
    }
    • OptionalformId?: number

      The unique identifier for the form that should trigger this workflow event

    • url: string

      URL that the callback is made to.

  • type: "POWER_AUTOMATE_FLOW"