How to get link from ObjectID sent in trigger process

I have a process that is triggered when a file is created. How do I convert the UiPathEventObjectID argument into a link that I can send to users in an Email so they can click on the new file?

@Terry_Marr,

Checked this Knowledgebase?

Thanks,
Ashok :slight_smile:

I’m not using Microsoft 365 in this case. I’m using the Google Drive connector. So, as I understand what you’re saying, the ObjectId is totally different depending on which connector you’re using? So, how would I get the File (the full path) from the ObjectID sent in from the Google Drive connector? I tried Get File activity from Google Drive, but I can’t figure out how to pass it the ObjectId argument.