Having an issue with input fields being duplicated when testing an action. The fields are child fields and appear correctly as seen in the image below.
When I run a test with the data from the screenshot, the two fields are being duplicated in the bundle.inputData json. They show as both in the header as well as the Item obj sublist. Not sure what I set up incorrectly.
bundle inputData { recType: 'salesOrder', rate: '9', quantity: '2', item__obj: j { rate: '9', quantity: '2' } ] }
Appreciate any input on how to set them to only appear within the item__obj list.