How can I use This in Uipath

How can I use this in uipath
xmldoc.Load(fs)

Hi
If possible may I know what we would like to do @Mohsin_Inamdar

I want to Load fileStream variable fs in xmlDoc which is XMLDataDocument Type variable

if you want to do things with code you can use invoke code activity, if you prefer you can use can use Read Text File to read xml file into string and after you use Deserialize XML activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.