Read XML file using Global Dictionary
Hello everybody!
Is there a way to read the variables stored in a XML file from the Interaction.xml (Global Dictionary)?
I am going to be more specific: We are currently using an external XML file that stores soultion global variables that can potentially change during bots production deployment (e.g. email addresses, ip addresses, etc). Based on that, we need to use xml adapter to read every single variable. Is it possible to simply read ALL variables at once using Interaction.xml (Interaction XML recognizes at once all the variables defined in Global section and there's no need to use any adapter)
Note: We must keep Interaction.xml and ExternalFile.xml separated.
Thank you for your attention!