How to get xml files from a dynamic file path to validate

Hello All,

I am new to UiPath and programming in general and hoping to get some help with my current scenario.

I need to run an xml file against a schema to see if its valid or not. I am using the XMLValidator.Activity by Omkar Paluri to validate the xml file. My question is, is there a way to grab the file path for the xml that is dynamic by using arguments? If so, what activity can I use? The orchestrator that I will be taking the xml file from is dynamic and not hardcoded. It will be unique every time.

Hope that made sense. Any help would be greatly appreciated. Thanks.

Give some examples of the paths. Also, how often does the path change? How do you know what the current path is? (in other words, is there a way the bot can find out for itself?)

Hi @postwick
I was actually able to figure it out earlier today. Thank you so much though for reaching out.