Is there a way to dump the contents of a report to a sheet?

Aprylli Bernarte
ββ
I generate a report from different Smartsheets using a condition (any Flagged rows) and then I want to be able to number the the resulting list. Is there a way to dump the contents of the consolidated report to a sheet so I can number the resulting list?
Answers
-
Yes--
API allows you to pull report data out either as a JSON object or as a CSV and then from there you would could either create a new sheet from the data or update a sheet with the same column/row structure.