When adding dynamic text to a trigger link URL (name, booking notes, another custom field, etc.), any "&" in the appended text breaks the query string and cuts off everything after it. It would be very helpful if GoHighLevel automatically encoded ampersands as %26 so parameters are passed correctly to the browser. This would prevent broken links and make trigger links more reliable when handling user-generated text.
Right now we have to create a second custom field just to convert and store the encoded text for this query string.
PS: Every other symbol is getting encoded correctly right now.