Update Data

Overview

Configs: Common

  • mode_edit_outline Step Name
  • mode_edit_outline Note
Configs

  • toggle_off Allow to clear the required data item.
  • arrow_drop_down Select data item to be set value *
    • (Data Items)
  • (Setting)
    • edit (Edit settings)
      • mode_edit_outline Value or Expression#{EL}
        • arrow_drop_down Insert reference…
          • Title
          • Case Start User
          • Case Start Organization
          • Case ID
          • Case Start Datetime
          • Case Sequence Number
          • App ID
          • App Name
          • (Data Items)
          • System Variable: Application Root URL
    • delete (Remove)
    • (Selected Data Item)
    • (configured Value or Expression)

Capture

Notes

Config Examples

  • Automation Name: “j++”
    • Output Type: Numeric-Type
    • Expression: #q_intJ + 1
  • Automation Name: “Total”
    • Output Type: Numeric-Type
    • Expression: #q_numSubtotal1 + #q_numSubtotal2
  • Automation Name: “Last day of the previous month”
    • Output Type: Date-Type
    • Expression: #today.addMonths(-1).getLastDateInMonth()
  • Automation Name: “(Numeric-type) days after”
    • Output Type: Date-Type
    • Expression: #today.addDays(#q_num.intValue())
  • Automation Name: “Formatted Title”
    • Output Type: Title
    • Expression: HR: #{#q_employeeName}, #{#q_termOfEmployment}
  • Automation Name: “Timestamp File Name”
    • Output Type: String-Type (Singleline)
    • Expression: invoice-#{processInstanceId}-#{#dateFormatter.format('yyyyMMddHHmm', #now)}.pdf
  • Automation Name: “Email Draft”
    • Output Type: String-Type (Multiline)
    • Expression: Dear #{#q_customerName},<br>If you need to contact support, please include this reference: #{processInstanceId}<br>Best regards,
  • Automation Name: “Copy Choice Result”
    • Output Type: Select-type
    • Expression: #q_otherSelect

See also

Discover more from Questetra Support

Subscribe now to keep reading and get access to the full archive.

Continue reading