Implicit conversion error in certificate email automation




so this is a certificate generation automation but when i am trying to send the certificate in email in pdf format i am getting this error of implicit, the email variable contains the location of each certificates

@Deva_Jeshurun

you need to convert your string path to a localresource type

LocalResource.FromPath("YourPath")

Basically inside your enumerable instead of direct using currentrow()… use LocalResource.FromPath(currentrow()....)

cheers