Available formats for variable types

Available formats for variable types

Variable Type Available Formats Format examples
Collection

    As string

    [“First”, “Second”, “Third”]

    Collection

    [“First”, “Second”, “Third”]

Dictionary

    As string

    {“Title”: “Purchase Order”, “Amount”: “10000”, “Confidential”: true}

    Dictionary

    {“Title”: “Purchase Order”, “Amount”: “10000”, “Confidential”: true}

DateTime

    As string

    3/14/2019 8:01:12 AM

    DateTime

    03/14/2019 8:01:12

    Date Only

    03/14/2019 00:00:00

    Long Date

    Wednesday, March 14, 2019

    Short date

    3/14/2019

    Long Time

    8:01:12 AM

    Short Time

    8:01 AM

Integer

    As string;

    25

    Integer

    25

    As number

    25

Text

    Text/p>

    Approval is required

    As boolean

    True

    As collection

    [“First”, “Second”, “Third”]

    As datetime

    3/14/2019 8:01:12 AM

    As dictionary

    {“Title”: “Purchase Order”, “Amount”: “10000”, “Confidential”: true}

    As guid

    bd9a4569-7520-4142-8209-c05b5faecef0

    As integer

    25

    As number

    43,26

    To Lower Case

    approval is required

    To Upper Case

    APPROVAL IS REQUIRED

The initial value (before formatting) must match to the selected format.

Person or group

    Text

    i:0#.f|membership|a.braun@systemz.io; i:0#.f|membership|j.butors@systemz.io

Number

    As string

    43,26

    Number

    43,26

    As integer

    43

    Formatted Currency

    43,26

Hyperlink

    Text

    http://www.google.com, Google

    To Lower Case

    http://www.google.com, google

    To Upper Case

    HTTP://WWW.GOOGLE.COM, GOOGLE

GUID

    As string

    bd9a4569-7520-4142-8209-c05b5faecef0

    As Guid

    bd9a4569-7520-4142-8209-c05b5faecef0

Choice

    Text

    Mail Delivery Type

    As boolean

    True

    As collection

    [“First”, “Second”, “Third”]

    As datetime

    3/14/2019 8:01:12 AM

    As dictionary

    {“Title”: “Purchase Order”, “Amount”: “10000”, “Confidential”: true}

    As guid

    bd9a4569-7520-4142-8209-c05b5faecef0

    As integer

    25

    As number

    43,26

    To Lower Case

    mail delivery type

    To Upper Case

    MAIL DELIVERY TYPE

The initial value (before formatting) must match to the selected format.

Contents