Apr 17, 2023 06:03 PM
Hi! I am trying to send a prefilled form to users via automated email so they would be able to update their data. When I try to add the formula field where I created the unique URL's into the email they break after the shared form and a few other places. Below are photos of the formula and the output I am getting from the email preview.
Apr 17, 2023 10:04 PM
Airtable doesn't know that the prefill is part of your url link and it thinks it is markdown formatting saying that text should be italic. Use a markdown syntax for your link. [Link text](link URL)
Apr 17, 2023 10:23 PM
Apr 18, 2023 01:23 AM - edited Apr 18, 2023 01:24 AM
try adding a backslash before each underscore, this should work
https://airtable.com/shrKIZJhg0ztslyoS'&'?prefill\_SmallGroupID='&RECORD_ID()&'&prefill\_FirstName='&FirstName&'&prefill\_LastName='&LastName
Apr 18, 2023 01:11 PM
Looks like you have a space between your closing square bracket and your opening parenthesis. Try removing that space.