Unique Form Links

Mherring
Mherring
edited 05/30/24 in Smartsheet Basics

Im trying to create unique form links for an internal survey im running - i know there are better survey tools out there. Im just trying to make this work for my short term purpose.

I keep getting an #UNPARSEABLE error with my formula. Can someone check my logic out and let me know where im going wrong?

Formula:
=CONCATENATE("https://app.smartsheet.com/b/form/205c69ae71284a3ebf9d36531112783f", "?unique=", [Unique ID]@row, "-", NOW())

My understanding is this should provide a semi-unique link to the main form Then i plan to run the response on each through a webhook using javascript to grab the timestamp

Answers