Copy Sheet w API doesn't copy over "Cope Rows" Automation action

ArielDB
ArielDB ✭✭✭✭
edited 12/18/24 in API & Developers

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!

Answers

  • Leibel S
    Leibel S ✭✭✭✭✭✭

    @ArielDB

    Does the user 'Dowbuilt Automation' have access to the destination sheet in your copy row automation?

  • ArielDB
    ArielDB ✭✭✭✭
    edited 12/18/24

    Hi Leibel, I was also hoping that was the issue, but when I log in as "Dowbuilt Automation" and manually copy sheet as new, it works without issue. I also verified that "Dowbuilt Automation" is an admin on the new sheet. Wondering if anyone else has seen this behavior.