Hello! I am new to scripting. I am trying to replicate the action that is being performed on the variable below:
“ :writing_hand: CREATE: Product Input”: [{id:
${inputConfig.productInputName[i]}}],
for:
“ :writing_hand: ADD: Input Qty (Mass per Unit)”: [{id:
${inputConfig.InputQty[i]}}]
But failing, I believe because InputQty is a string of numbers (but formatted as a string) and the receiving field is a number field. What is the best way to convert from string to number?



