Skip to main content

Generate Data

WFBs that are used to generate data.

NameDescription ParametersResult
Define ValuesDefine values (variables) to be used later with the status key
  • Formula: Value that is assigned to status key
  • Status Key: Key that can be used for accessing value
  • Returns a current parameter if enabled
    Define ObjectsDefines an object with properties for later use
  • Status Key: key that can be used for accessing object
  • Datasource: Source from which data is be based on
  • Default Values: Values that are initially set for the object
  • Returns a current parameter when enabled
    Define TextDefine a string value and store it in a status key
  • Text: Value to be assigned to status key
  • Status key: Status key that can be used for accessing value
  • Returns a current parameter
    Define DatetimeDefine date value(Can choose current time) and store it in a status key
  • Use the current date: using current time as a value
  • Date: Specify a date to be used as a value
  • Status key: Status key that can be used for accessing value
  • Returns a current parameter when enabled
    Define ListDefining list of values to be used later with status key
  • Status key: Status key that can be used for accessing value
  • Values: Values added to the list
  • Returns a current parameter
    Get Current UserGet the object for the user who executed the workflow
  • Property: User property
  • Status key: Status key that can be used for accessing value
  • Returns a current parameter
    Get Current LocationGet the current geolocation of the userStatus key: Status key that can be used for accessing valueReturns a current parameter when enabled
    Get Current LanguageReturns current language as LCIDStatus key: Status key that can be used for accessing valueReturns a current parameter when enabled
    Read Out Trigger ContextRead data from the trigger, often used when using schedulers
  • Trigger Type: Type of the trigger (Mail, FTP, CCO)
  • Mail – Sender Name: Set Sender name to status key and/or current parameter
  • Mail – Sender Mail: Set sender mail to status key or current parameter
  • Mail – Receiver Names: Set Receiver name to status key and/or current parameter
  • Mail – Receiver Address: Set Receiver address to status key and/or current parameter
  • Mail – Secondary Receiver Names: Set secondary receiver name to status key and/or current parameter
  • Mail – Secondary Receiver Addresses: Set secondary receiver addresses to status key and/or current parameter
  • Mail – Subject: Set Subject to status key and/or current parameter
  • Mail – Content: Set content to status key and/or current parameter
  • Mail – Date of Receipt: Set Date of receipt to status key and/or current parameter
  • Mail – Attachment: Set attachment to status key and/or current parameter. Attachment consists of a list of objects that have the properties Filename and Content
  • Mail – Attachment Object Definition – Filename: Object Filename
  • Mail – Attachment – Object Definition – Content: Object Content
  • Indices: Selection of attachments (e.g., 1, 3-5, 10)
  • Mail – File Name Includes or Filename Same: Filename contains or filename identical to filter text and/or filetype
  • Mail – Filter Text: Filter by text in context for mails
  • Mail – File Type: Filter by File Type (e.g., PDF, docx, xlsx) (Case sensitive)
  • FTP – File Name: Set filename to status key or current parameter
  • FTP – Content Mail: Set content to Status key and/or current parameter
  • CCO – ID: Set ID to status key and/or current parameter
  • CCO – Version: Set Version to status key and/or current parameter
  • Returns a current parameter when enabled