03/21/2023 10:36 AM
Hello
I use JarConnector to create/update account. I also create account dynamic attributes to collect user input value for both create and update account. However, following attribute is working for CreateAccountJSON but it does not work for UpdateAccountJSON. How can I obtain the parameters for update account operation?
"my_dynamic_attr_name":"${requestAccessAttributes.get('my_dynamic_attr_name')}"
Any idea please?
03/22/2023 04:29 AM
Hi alc,
try directly calling that dynamic attribute like this ${my_dynamic_attr_name}
03/22/2023 05:02 AM
Hello Sheba,
Just tried this attribute name directly, it does not work and even worse, once access to it with this format, all other variables will not be available at all.
Thanks,