{GetHyperlink(VariableName)} or {GetHyperlink(ObjectName)} or {GetHyperlink($FieldName)}
Examples of the second one would be {GetHyperlink(NewObject1)} or {GetHyperlink(CurrentObject())}
Comment actions
What is the correct format for adding a link to an object in a generated email? I'd like to send an email to the approver when an expense report is submitted - but I'm getting an error that the expense ID is empty. Thanks.
Please sign in to leave a comment.
{GetHyperlink(VariableName)} or {GetHyperlink(ObjectName)} or {GetHyperlink($FieldName)}
Examples of the second one would be {GetHyperlink(NewObject1)} or {GetHyperlink(CurrentObject())}
Thank you.