Smartsheet Basics

Smartsheet Basics

Ask questions about the core Smartsheet application: Sheets, Forms, Reports, Dashboards, and more.

CopyRow Automation Not Triggering

Hello Everybody,

My team and I use the CopyRow Automation for project intake. Instead of using a form that feeds into a sheet, we manage two separate sheets:

  • One for each of my team members (source sheet)
  • One for the service team that performs the work (destination sheet)

The CopyRow workflow is triggered when a field meets specific criteria. However, we’ve encountered instances where the automation doesn’t run—even though all criteria are met.

I suspect the issue may be related to an INDEX MATCH column formula we added to our Status and Project Stage fields. This formula automatically updates these fields to provide visibility into where requests are in the process. Here’s the formula we’re using:

=IFERROR(INDEX({IMCP - Status}, MATCH([Tactic Name]@row, {IMCP - TN}, 0)), IFERROR(INDEX({IMPK - Status}, MATCH([Tactic Name]@row, {IMPK - TN}, 0)), IFERROR(INDEX({24CPT - Status}, MATCH([Tactic Name]@row, {24CPT - TN}, 0)), IFERROR(INDEX({25VPT - Status}, MATCH([Tactic Name]@row, {25VPT - TN}, 0)), IFERROR(INDEX({IMPT - Status}, MATCH([Tactic Name]@row, {IMPT - TN}, 0)), IFERROR(INDEX({CSPT - Status}, MATCH([Tactic Name]@row, {CSPT - PD}, 0)), IFERROR(INDEX({24CSCP - Status}, MATCH([Tactic Name]@row, {24CSCP - PD}, 0)), IFERROR(INDEX({25CSCP - Status}, MATCH([Tactic Name]@row, {25CSCP - PD}, 0)), IFERROR(INDEX({DTPT - Status}, MATCH([Tactic Name]@row, {DTPT - PD}, 0)), IFERROR(INDEX({DTKP - Status}, MATCH([Tactic Name]@row, {DTKP - PD}, 0)), IFERROR(INDEX({25DTCP - Status}, MATCH([Tactic Name]@row, {25DTCP - PD}, 0)), IFERROR(INDEX({24DTCP - Status}, MATCH([Tactic Name]@row, {24DTCP - PD}, 0)), IFERROR(INDEX({WED - Status}, MATCH([Tactic Name]@row, {WED - TN}, 0)), IFERROR(INDEX({25 WEDCP - Status}, MATCH([Tactic Name]@row, {25 WEDCP - PC}, 0)), ""))))))))))))))

Because this formula runs continuously, I suspect it might be causing the workflow to glitch. Has anyone experienced something similar? Any insights or suggestions would be greatly appreciated.

The biggest issue is that our team assumes a project has been submitted, but the automation never triggers—without any clear explanation in the logs and in my research.

For additional context, here’s a snippet of the workflow:

image.png

Thanks in advance for your help,

Ryan

Best Answer

Answers

Trending in Smartsheet Basics

  • How do I filter to not show the rows that have "Information Request" in the Comment column? The Comments can be an unlimited number of things since it's not using a drop-down list. Thank you.
    User: "ejacksonBPT"
    Answered ✓
    11
    1
  • I am using Symbols in my sheet for 'risk level' using the standard Red, Yellow & Green. I then have a report showing how many/what percentage of risk we have per risk status above. I have added the re…
    User: "James Preston"
    Answered ✓
    52
    5
  • i'm using the project tracking and rollup template set and trying to add all of the members of my team to the pulldown for 'assigned to'. i cannot seem to add more than 6 members, or the list automati…
    User: "fishcop1987"
    Answered ✓
    29
    3