Editing number fields in web table

Hello, I need to edit the price and quantity of an item in a web table, the situation is the following when katalon is executing the test, it assigns the value but then places the value at 0 in the table, someone who can help me please, I pass a capture of the html and the script

y html

Do you know if your page have static IDs or dynamic IDs? Is the input element that you have highlighted the one that you want to get the value or is it the “0 in the table”?

If they are static IDs, and the highlighted element is the one you want to enter the number into, you can create a Test Object with tag of input and xpath of id("Precio_0") and then use setText on it.