I’m trying to build a custom workflow in the new AI Studio.
What I am trying to achieve: For the # of variants specified in the form submission, create a duplicate task and change the title to increase in a number depending on how many variants requested. Pull through the custom fields from the original submission.
AI instructions I provided:
Your job is to review submissions and route them appropriately.
If Channel is Email and the sub-team contains MOPS, perform the following functions:
- Check if “Number of variations:” question has been answered.
- Create a duplicate task for each variation requested.
After creating the duplicate task, performing the following functions:
- Set US brand to match original submission
- Set US Departments to match original submission
- Set Channel to match original submission
- Set Request Timing to match original submission
- Set Project Scale to match original submission
- Set DRI Name to match original submission
- Change task title of each duplicate to align with the following naming convention: WP_MOPS_[Task name]
- Add a number to the end of each variant in ascending order, starting at 1
- Match dependencies of original task
- Match projects of original task
The AI agent is creating the dupes, changing the due date to match the original, pulling in the task description (I also had to specify this in the “create a task” pane), but nothing else.
What am I missing??