newResult.setProperty(“id”,input.ToString());
Id is a system property, so you cannot overwrite it. If you want to link the Input-Item, use an additional property for storing the value:
newResult.setProperty(“input_id”,input.ToString());newResult.setProperty(“id”,input.ToString());
Id is a system property, so you cannot overwrite it. If you want to link the Input-Item, use an additional property for storing the value:
newResult.setProperty(“input_id”,input.ToString());Copyright © 2025 Aras. All rights reserved.