Hi All,
I am working on building a flow which gets our data from a CSV file and reorganises it in the required format to upload to our other software, creating the new CSV file looks like this.

Below is the multiplication function I have used and I believe that if the value is 0 then it won't 'mul' it, see the screenshot of error.
mul(split(item(), ';')?[5], 1000)

I have tried a few different variations of if statements to try ignore the value if it is 0 and leave it as 0 but can't seem to get anything to work. Is there a way to do this or is there an error with the way I'm trying to do this? Thanks for the help in advance.
Regards,
Watkins