I am using the Smartsheet SDK
When I copy a sheet using the API (either by copying a template w/ client.Workspaces.create_sheet_in_workspace_from_template or client.Sheets.copy_sheet) I can use the "include" query parameter to capture conditional formatting, forms, and automations copy over, but a specific COPY ROWS action does not copy correctly!
Code:
Faulty Result:
vs when I copy manually I do not have this issue.
I am using my own API Key so its not a permissions issue. Is this a bug? am I missing something? hoping someone can helP!
Thanks!