Download email attachment , in form of link

@Zohair_Md

  1. Either use regex to extract the link from the body or save the htmlbody as a .html file and open the file in Browser and extract the link using get attribute activity
  2. Subsequently use http request to download the attachment…you need to pass the url in the uri field and you have an option t give the filepath as output which will save the resultant file directly

one regex method

cheers