Is there an easy way (beyond exporting and reimporting a dataset as CSV, which can lead to export/import errors) to capture the current state of a dataset and copy it into a new, independent dataset? Say I'm looking at a dataset that updates daily using a complicated connector, I don't want to copy the actual connector config; I just want that data copied as it is now into a basic table, like a basic CSV, or even an editable Domo Webform (even better). I can then use that new dataset without fear that it will change the next time the connector runs.
Anything I missed, or any easy way to make this happen? Right now, I'm creating a manual dataflow that simply has an input (the source dataset) and an output (the snapshot copy that I want), an I'll essentially be very careful never to run it again once I'm done.
I must be missing something...