Importing Weight into Netsuite

I've been looking for this type of error but can't seem to find anything. I have a flow set up to pull a list of part numbers from Netsuite, calls a partner API for detail data, adds the logistics information to my package and loads back into Netsuite.

So far, the number keeps setting itself to 0 in the output, I tried a tofixed modifier but that didn't seem to help. Am I missing something?

@joshuafrazier can you show the rest of your import setup details? I'm not able to reproduce this:

Sure! Do you need just the import or any of the connections prior?

@joshuafrazier it's tough to see the mapping, but it looks like you have an array like something[*].logistics.weight? Is so, you would need to do something.0.logistics.weight or something[0].logistics.weight.

Thank you Tyler this is exactly it!