Hi, first, please edit your post and surround the code and the flow with three backticks
``` code here ```
``` flow here ```
Secondly - you have only sent a function node (not a flow) - so it is quite difficult to help you without understanding where the data comes from. i have my suspicion that the values come from separate nodes & you'll need a join - but I am only speculating due to lack of info.
a screenshot of your flow & a description of its purpose would also help others.
Firstly though, in order to make code more readable and importable it is important to post it between two sets of three backticks - ``` - see this post for more details - How to share code or flow json
Secondly, you don't have debug before the function. It is impossible to see what is going on to your function.
And again, your flow export is only the function. When exporting, select all nodes you wish to export before opening the export dialog.
?? How?? How are you making sure that you get the data from all three inputs? What are the input nodes anyway? You never provided your entire flow and the image is too small to make out.
If you have solved yout issue, you should fully explain what you did in case someone else reads this in the future while tring to solve an issue of their own.