Hi!
I'm trying to generate custom PDFs with a specific template from a smartsheet row. The workflow currently uses an automation to send an email when the row is "done". Right now, that email contains the "Row Number" which is the only way to identify the row through the API (all the rest of the columns can be duplicate data, and thus not uniquely identifiable, etc.) in order to access the row's data.
This is problematic, insofar as the row number can change, especially if a user edits the sheet, or if the form that generates the rows adds rows to the top of the sheet, instead of the bottom.
Ideally, it would be tremendously valuable if the row id, which is unique to the row no matter its location on the sheet, were to be added to the body of the update email. I understand how a long, unfamiliar integer in an email could be confusing, but it doesn't need to be visible, just present somewhere so that it can be pulled out with a regex.
Thanks!
Bill