From 1cc4e6530fc85686ed5f572894acacb4bde11133 Mon Sep 17 00:00:00 2001 From: GeoffAtIDW <79669367+GeoffAtIDW@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:56:43 -0400 Subject: [PATCH] Update index.md Fixed variable/type and definition mismatch --- products/idn/docs/identity-now/transforms/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/idn/docs/identity-now/transforms/index.md b/products/idn/docs/identity-now/transforms/index.md index f756e1877..11e47196e 100644 --- a/products/idn/docs/identity-now/transforms/index.md +++ b/products/idn/docs/identity-now/transforms/index.md @@ -156,8 +156,8 @@ The following variables are available to the Apache Velocity template engine whe | Variable | Type | Description | | --- | --- | --- | | identity | sailpoint.object.Identity | This is the identity the attribute promotion is performed on. | -| oldValue | Object | This is the definition of the attribute being promoted. | -| attributeDefinition | sailpoint.object.ObjectAttribute | This is the attribute's previous value. | +| attributeDefinition | sailpoint.object.ObjectAttribute | This is the definition of the attribute being promoted. | +| oldValue | Object | This is the attribute's previous value. | ### Account Profile Context