We had a decimal value in text format in local!value variable as below
But converting it to decimal is rounding off the value as below
But I want the exact value in decimal data type as we need to send this value to an external system that doesnot accept text format. Is ther any way that I can sent exact value in decimal format without rounding it.
Discussion posts and replies are publicly visible
This is just the way Appian renders this on screen. Your actual value stays untouched.
if the acutal value is untouched then converting it again to string should give the exact value right? why it is giving roung off value
you can go for fixed function if your intention is to change decimal again to string. It will give you expected result.
yes getting exact output