Hello All,
I am looking for a solution where I want to pass a variable as Key to the custom object.
Here I have a variable %GetMachineAdSite% which get the value of Key But when I pass it to the object as below it is considering as %GetMachineAdSite% as string since it is surronded with the quote. If I am not paassing the single quote PAD is not allowing me to save the project itself
%config['%GetMachineAdSite%']%
Can someone help me with the right way of refering the variables as Key for the cutom object.