Skip to main content
March 12, 2023
Solved

Currency Function

  • March 12, 2023
  • 4 replies
  • 0 views

Hi:

I was trying to learn about web-integration using the credit card integration example (https://docs.appian.com/suite/help/23.1/Integration_Tutorial.html) and the currency function in the interface doesn't seem to be working - Error:Expression evaluation error at function a!currency: The function a!currency is unavailable.

I tried the basic example from the a!currency documentation page (https://docs.appian.com/suite/help/23.1/fnc_text_currency.html) and it gives the same error. 

a!currency(
isoCode: "USD",
value: 1234.56
)

Looked to determine if this function is old - but it seems to be part of 23.1 release.  Any ideas of what is going on?  When it might be available?  Or is this not available in the community edition?

Thank you!

Ma

Best answer by man0001

Nasirs

Looks like my community edition is 22.4 - thought I was at 23.1.  Thank you for your response.

4 replies

stefanhelzle0001
Brainy
March 12, 2023

This function is brand new in 23.1 as you can read from the 23.1 release notes. Which version do you use?

man0001Author
March 12, 2023

Stefan:

My mistake!  Thought my community edition was the latest, but it is 22.4 - thought I was at 23.1.  

March 12, 2023

Hii man0001,
As Stefan said, a!currency is a new release function in 23.1, So, you can use dollar() or you can simply concat currency code, Let me know if something else you required.

man0001AuthorAnswer
March 12, 2023

Nasirs

Looks like my community edition is 22.4 - thought I was at 23.1.  Thank you for your response.