format currency

This block is part of the finance group and was last modified in core v15.0.0.

format currency v15.0.0

Format an amount as a currency string with symbol and grouped thousands (e.g. $1,234.50).

In pins 2 + flow
  • flow
    flow
  • amount required
    number
  • currency required
    value

    Currency code (e.g. EUR).

Out pins 4 + flow
  • flow
    flow
  • success
    condition
  • result
    value

    The formatted string.

  • last update
    date

    When ECB last published these rates.

  • error
    value
money format
format amount
currency string

A typical wiring for format currency: a function trigger starts the flow; number feeds the amount pin; value feeds the currency pin; the flow out pin feeds debug.

Studio canvas example for the format currency block: typical wiring for format currency.

Version history

Introduced in v15.0.0.


Back to finance Return to the main group to view all sub-groups Back to currency Return to the group to view all blocks within this group