I have to extract data from a config file which is in XML format using BP. I have about 25 tags from where attributes are to be extracted.
The current process I am using is to process the tags in a serial order and this takes probably a minute to extract the contents of the tag of the XML file and store it in variables. The tags pertain to extracting email data, file paths, and ServiceNow work notes and closure logs.
I would like ok if to know if actions can be executed in parallel rather than in serial order to fasten the process.
Any help in this regard would be grateful.
Regards.