<#ftl output_format="JSON"> <#import "/recipes/v2/triggers/triggerUtility_v2.ftl" as triggerUtility> <#-- The macro for generating trigger to update the parentUuid field in the Integration metadata --> <#macro updateParent recipeObjectId> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="INTEGRATION" fieldName="parentUuid"/> <#-- The macro for generating trigger to update the connectedSystemUuid field in the Integration metadata --> <#macro updateConnectedSystem recipeObjectId> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="INTEGRATION" fieldName="connectedSystemUuid"/>