Following object parameterization method is supported?

I try to parameter an object, its xpath is like following
kmAssetApplyBuyListForms[${variable}-1].fdApplyAmount

upper statement([${variable}-1]) is right?

Possibly no. Rather you would want

kmAssetApplyBuyListForms[${variable-1}].fdApplyAmount

1 Like