Type Alias PowerAutomateFlowSubmissionEvent
PowerAutomateFlowSubmissionEvent: FormEventBase & { configuration: { formId?: number; url: string; }; type: "POWER_AUTOMATE_FLOW"; } Type declaration
configuration: {
formId?: number;
url: string;
}
Optional
formId?: number
url: string
type: "POWER_AUTOMATE_FLOW"
The unique identifier for the form that should trigger this workflow event