Dear Experts,
I’m trying to build an Excel Migration job that would need to:
- create some functional objects - EQUIPMENT_OBJECT_API
- apply a parameter template after the functional object is created - Asset_Param_Template_Util_API.Apply_Template
Below is the Medthod List

The problem I have is how to pass EQUIPMENT_OBJECT_SEQ when applying the parameter template.
This method expects EQUIPMENT_OBJECT_SEQ which is created by method 10 - EQUIPMENT_OBJECT_API. However it seems that at the point of executing method20 the equipment_object_seq is not available.
In Mig Jobs - migrate source data it was possible to set a COMMIT rule - I was thinking if such a thing is possible for Excel migration - for example to commit after each method.

Any ideas how I could fetch the equipment_object_seq created through method 10?
When I try to validate the Mig Job data in Excel I get no result / no error either. When I execute I also get no result. It’s like nothing happens. If I remove method20 and it’s attributes, the functional object is created successfully.
