HOW TO DOWN LOAD FILE FROM AUDIO HTML TAG WITH UIPATH

when post edit the extract XML to the src attribute you can grab the links

As alternates:

  • Find Children (configure correctly the find scope and the filter) + Post processing the result will return the urls
  • Custom grapping e.g. with: https://html-agility-pack.net/

The files we can download by using the url e.g. with:

  • HTTPRequest Activity
  • Download File from URL Activitiy
1 Like