Hi all,
I'm having some difficulty using the smartsheet API with Python.
I am trying to use smartsheet_client.Sheets.copy_sheet(...) to copy a particular sheet by its ID and copy it to a new destination folder. It works fine, I can create the sheet in the new location and with a new name, carrying over whatever data was in it.
The problem is this sheet has some automation rules, which are supposed to sort of "archive" the sheet, save some rows from it to another sheet every so often to keep a record.
The automation rules break and say 'workflow is invalid' in the new sheet every time I copy a sheet with Python, even if I use the token of the person who has full access including to the archiving destination sheet.