Hello,
I’m running into a challenge duplicating a project with a list of items.
Here’s what I’ve got so far:
I’ve got a popup to confirm the duplication. When the user clicks confirm the popup is hidden, a confirmation pop up is shown.
Then I copy the current project which is set in state:
Then I copy the list of Business Profiles from that Project:
I then add the copied project to the Team:
Then I rename the copied project and give it a new color ID:
Then update the state so that the copied project is now the current project:
Then I update the user’s current project to the project in state:
Next I try to add the copied Business Profiles to the newly created project:
What’s happening currently is the copied business profiles are being duplicated into the current project. I want them to be duplicated into the new project.
I thought I could simply add the result of the copied list of bussiness profiles to the new project, and remove the reuslt of the copied list of busienss profiles from the original profile, but the workflow isn’t allowing that.
What would be the best way to accomplish this?
Thank you!