RichardCapone
6 years agoQrew Trainee
Formula URL field not appearing in an email notification trigged by grid edit
I have a formula URL field that I want to embed into a notification so customers can update a specific record when we trigger it to be sent.
Here is the formula:
URLRoot() & "db/bnjgced5b/?a=er&rid="&[Record ID#]&"&rl=utd"
This URL ends up working fine if someone individually edits one record and causes the notification to be triggered. But when I edit multiple records in a grid edit, the URL initially only shows up as the field id. So instead of a url a number shows up. I ended up changing the notification email to be html and then put the field into an <a href> tag and that worked better. But this is the url I get now is below...
https://letsgolearn.quickbase.com/db/%5B60%5D
So I tried using URLencode() but it doesn't seem to work. In particular I can't URLencode the question mark. I get a syntax error.
Here is the formula:
URLRoot() & "db/bnjgced5b/?a=er&rid="&[Record ID#]&"&rl=utd"
This URL ends up working fine if someone individually edits one record and causes the notification to be triggered. But when I edit multiple records in a grid edit, the URL initially only shows up as the field id. So instead of a url a number shows up. I ended up changing the notification email to be html and then put the field into an <a href> tag and that worked better. But this is the url I get now is below...
https://letsgolearn.quickbase.com/db/%5B60%5D
So I tried using URLencode() but it doesn't seem to work. In particular I can't URLencode the question mark. I get a syntax error.