Account Attribute Transform

Hello

I am looking for examples using input attribute in account attribute transform. I have seen the documentation, but there is no example by using input attribute in account attribute transform.
Can someone explain the use of input attribute in account attribute transform with an example.

Thank you!

@SreejaAgamamidi can use this
{
“id”: “”,
“name”: “test OU”,
“type”: “lookup”,
“attributes”: {
“input”: {
“attributes”: {
“attributeName”: “lastName”,
“sourceName”: “Non-Employee”
},
“type”: “accountAttribute”
},
“table”: {
“default”: “/Outlet”,
“Accounts”: “/Shared Accounts”
}
},
“internal”: false
},

Also please mark it as solution if you find helpful

Hi @SreejaAgamamidi

Welcome to SailPoint developer community.

If I understood correctly, you are looking for input entry in Account Attribute Transform something like

{
	"attributes": {
		"input": {

		},
		"attributeName": "HIREDATE",
		"sourceName": "Corporate HR",
	},
	"type": "accountAttribute",
	"name": "Test AA Transform"
}

If yes then this doesn’t make any sense.

We use Account Attribute Transform to read data from any source and any attribute in it, as simple as that. You have additional attributes to sort, filter …etc

There is no scope of input entry in Account Attribute Transform, it is not required and it is not supported even if you try.

Hope this helps you :slight_smile:

Thanks
Krish