I am trying to build a UI using Google scripts to display the changes made to any given row.
In other words, I want to capture a list of modified date, modified by and what was changed in a row if any cell in the row was updated.
You *can* make requests for Cell History, but they are expensive and can sometimes take a long time to process. It is much more efficient to use webhooks on the row to flag you when a row has changed. https://smartsheet-platform.github.io/api-docs/#webhooks
I am trying to populate a column from Sheet A into Sheet B and Sheet C. My Lookup column for Sheet A is formatted as such so there is a ' in front to account for ones that have a leading 0 and some do not. Each ID should be 6 digits long. I made a helper column looking at this Dealer ID column to try and get rid of that…
am I able to separate this into multiple rows? in a new sheet? Desired Result -
I would like to parse out this data by creating a listing with a row for each person, for each project they appear on, for each month. I think this would only give me the groupings anyways, but this doesnt seem to even get me started - it popped up then people have disappeared.