07/03/2023 02:48 AM
Hi Team,
We are onboarding one disconnected application using Servicenow as Ticketing System. As a part of requirement, we have created 3 dynamic variables (prepopulated values) in ARS as below.
In Create Ticket JSON, we used below binding variables to get values these 3 dynamic values in JSON.
Factory Name - ${requestAccessAttributes.get('FactoryName')},
Request Type - ${requestAccessAttributes.get('RequestType')},
Role Type - ${requestAccessAttributes.get('RoleType')}
But getting error when executing tasks.
Could you please check and let us know, what is the correct binding variable for these dynamic variables to get values selected end users through ARS.?
Solved! Go to Solution.
07/03/2023 03:50 AM
Hi @Rajesh_IAM ,
Can you try using ${reqAttrs.customproperty32}
where customproperty32 is the accounts column value set on the Dynamic attribute definition.
Samples on this:
ServiceNow as a Ticketing System (saviyntcloud.com)
Thanks,
Armaan
07/05/2023 08:29 AM
@armaanzahir Thank you for update. Its worked as expected. 🙂