Hello,
When using the “Call another module/project” and setting one of the parameters to be sent over as the “First value of column”, if this first value is an integer, it gets sent to the module with a decimal place.
For example, I have “37” in the value that gets sent as “First value of column” in the parent module, and this becomes “37.0” in the child module. If I use this number for example in an email template in the child module, in the email I receive I get “37.0”.
For now what I’ve done is created a calculated parameter in the child module to round the number so it becomes “37” again, but it would be great if no decimal gets added when sending the value over. This does not happen when sending over a parameter from the parent module into the child module, I have only seen it with “First value of column”.
Thanks,
Roberto