parseDecimal Error

0
HI, In the below Microflow, i’m trying to convert an Attribute with String Data Type to Decimal Data Type using parseDecimal. I’m getting errored. Please help.
asked
1 answers
2

The attribute you are about to change is a string. You can’t tore a decimal in it. You need to change the attribute to decimal or to store the string in it.

answered