We have a projects table and a plans table (similar to tasks), with start & end dates per task, for viewing on timeline view. I'd like to be able to give our users the feature of being able to duplicate a project plan from an existing project into a new project. I know this is doable via automation but I need some user interaction with it to make it happen.
To make it useful, a user would need to be able to select the existing project from which they'd want to copy a plan, and then select the new project where they want to new plan records to be copied into - then run the automation.
What is the best method for this?