Avatar

Level 3

Hi,

Take the count of the subform by using the following syntax

var StrCount = SubformPath.instanceManager.count

here SubformPath is the path of the repeating subform.

Subformpath.instanceManager.removeInstance(StrCount-1);

Try with this option it would delete the last added subform. hope you are looking for this.

Regards,

Jayakar