Error while copying a Value in a Microflow from one entity to another entity, same Attribute, but one is Integer, other is string. parseInteger gives me error? Why?

0
Hello guys,   I am having an error while copying a Value in a Microflow in a Loop (with Iteration) from one Entity to another Entity of the same Attribute, but the Attribute X of Entity 1 is an Integer, and the Attribute X of Entity 2 is a String. I want to copy it from Entity 2 (String) to Entity 1 (Integer). I am basically using parseInteger for this, but the Microflow gives me an error? Why?   When I try to do this copying of Value from Entity 2 to Entity 1 for the other attributes, which are all string for both entities, then I have no error?   Thank you.
asked
0 answers