CloneProfileForInsert

Description

This activity allows you to create a copy of a profile for insert without a memory reference.

When the value of the first IProfileForInsert is assigned to a new IProfileForInsert variable, both variables are a pointer to the same memory area. In this case, if changes are made to the first, the second will also be modified and vice versa. Use this activity to clone the first variable and make sure that when you change one, they don't change both.

Misc

ProfileForInsert InArgument<IProfileForInsert> REQUIRED

The ProfileForInsert to clone.

Result OutArgument<IProfileForInsert> REQUIRED

The cloned ProfileForInsert.