Change interceptors lose parent sys_id when doing multiple hopsIssue Change interceptor wizard that passes the parent sys id from the created record is lost when being passed through multiple question layers.ReleaseAllCauseWorking as Expected. This is not a defect as the behavior has always been this way based on the current code.ResolutionWizards are not meant to pass the parameters through multiple layers as you can see that there is a change in the query parameters when we pass into each request. The only suggestion we have to achieve the behavior is to be more explicit on how you pass the parent record ID from page to page. As wizards are a legacy feature, we recommend to review some suggestions on the community that may help but the exact implementation is outside of our scope. https://community.servicenow.com/community?id=community_question&sys_id=71afba2ddb58dbc01dcaf3231f9619b8 Documentation: https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/service-administration/concept/wizards.html