How can we use GSuite to Send mail which can add attachment from Drive with latest Excel file to be sent because there could be other with same name ?
Hello @anmita ,
Is it ok to download the file from drive and attach it and send the email? Or do you want to provide the link in the email?
If its ok to download you can watch the below video.
Hi @Rahul_Unnikrishnan ,
Actually I need to provide link of from Drive while sending mail
Thanks for the Reference
Hello @anmita ,
Try to use the Get File info activity. I think using the output object of that activity, you can get the URL.
=Suppose if Obj is the output of Get Info activity. You may able to get URL as, Obj.Url
I will Try this method.