input.ID in Link for Sendmail

input.ID in Link for Sendmail


In my application, I have an email being sent. The email contains a link to a specific entry. The link url looks like this (fictions to preserve anonymity):

http ://creator.zoho.com/sigroup/action-items/ACTION_ITEM_TRACKING/record-edit/OPEN/" + input.ID + "/

The link works well to open the entry as a form to edit. However, if I edit the sendmail in Script-Builder mode, the input.ID part gets botched, even if I never touch the hyperlink. The url gets converted to:

http ://creator.zoho.com/sigroup/action-items/ACTION_ITEM_TRACKING/record-edit/OPEN/%3C%=ID%%3E/

..and does not work.

Let me stress that all you need to replicate this bug is to simply open the sendmail editor and then click Done!