01/23/2023 06:53 AM
Hello,
Is it possible to call dataset values from Active Directory connector?
Thanks
Solved! Go to Solution.
01/23/2023 06:56 AM
You need to create dynamic attribute on request form and use dynamic attribute in json for provisioning . you can’t use directly dataset in json.
example
Dynamic attribute Name - DA1
select attribute1 as id from dataset_values where datasetname='DEPT1'
then in connection use ${DA1}
01/23/2023 08:01 AM
Okay, got it. Thanks!