Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

CreateAccount JSON not getting the task.accountname

jezzanuena
Regular Contributor
Regular Contributor

Hi, Im trying to get the CreateAccount JSON working by getting the account name from the request, however it's not pulling value.

I need to insert @email.com without configuring the account name rule hence I hardcoded it in the JSON

jezzanuena_1-1717087609170.png

Any inputs, please?

 

2 REPLIES 2

Raghu
Honored Contributor
Honored Contributor

@jezzanuena  try below all combination:

${task.accountKey?.name}
${task.accountName}
${accountName}
${arsTasks.accountName}
${task?.accountName}


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Please share full json


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.