Skip to main content

FormSubmittedCreatedBy

Properties

NameTypeDescriptionNotes
TypeEnum [ "WORKFLOW_EXECUTION", "SOURCE" ]Form creation origin's type.[required]
IdStringUnique identifier of the origin of the form creation.[required]

Examples

  • Prepare the resource
$FormSubmittedCreatedBy = Initialize-FormSubmittedCreatedBy -Type WORKFLOW_EXECUTION `
-Id 2c9180845d1edece015d27a9717c3e19
  • Convert the resource to JSON
$FormSubmittedCreatedBy | ConvertTo-JSON

[Back to top]