How to automatically copy specific rows within a sheet onto the same sheet

lauren.green
lauren.green ✭✭
edited 09/21/23 in Smartsheet Basics

If I have cells at the top of a sheet (rows 1-4) and I want the child actions to be copied within the same sheet each time a new row is added (due to an automated workflow adding these additional rows), how can I do this?

So far, I can only work out how to copy the rows from a sheet to another sheet if the original sheet where the cells I want to copy from has a change to it



Answers

  • Ryan Kramer
    Ryan Kramer ✭✭✭✭✭

    This is a bit more complex than the workflows can generally do.

    However, you can definitely implement this logic utilizing the APIs. Basically, whenever a new row is added, trigger your process that would then make this unique insertion.

    Ryan

    Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!