Jan 5, 2023 5:00 PM - edited Jan 5, 2023 5:04 PM
Hi everyone,
I'm trying to design a workflow that creates multiple records for our custom object. Here are the details:
If I use an if/then branch, the workflow stops after the first "project type." If I use a values equals branch that creates a branch for each value of the "project types" property, the workflow runs but does't create the "Projects" records - it looks like it skips over all the "types" and goes to the last branch (sends an internal email to me if the records weren't created). I'm stuck - any insights on how to accomplish this?
Solved! Go to Solution.
Jan 5, 2023 5:13 PM
Hey @Jenny26, thanks for reaching out! I don't have a ton of experience with custom objects, but I'll tery to help as best I can!
I feel like this may require a separate workflow for each "Project Type" value. That would look like:
The challenge is that there are a ton of potential value combinations for "Project Type" (especially depending on the number of multi-select options), so it would be difficult to build a workflow that accounts for each combination in its own branch.
You'll also be able to clone the workflow for each "Project Type" value and update the enrollment criteria/record create details, so that should save you some time.
Hope this helps!!
| ||||||||||||
| ||||||||||||
Create Your Own Free Signature |
Jan 6, 2023 3:41 PM
Thank you, Jacob! I created a separate workflow for each type and that seems to be working great. I appreciate your help very much!
Jan 6, 2023 4:03 PM
So glad to hear, and happy to help!!
| ||||||||||||
| ||||||||||||
Create Your Own Free Signature |
Jan 5, 2023 5:13 PM
Hey @Jenny26, thanks for reaching out! I don't have a ton of experience with custom objects, but I'll tery to help as best I can!
I feel like this may require a separate workflow for each "Project Type" value. That would look like:
The challenge is that there are a ton of potential value combinations for "Project Type" (especially depending on the number of multi-select options), so it would be difficult to build a workflow that accounts for each combination in its own branch.
You'll also be able to clone the workflow for each "Project Type" value and update the enrollment criteria/record create details, so that should save you some time.
Hope this helps!!
| ||||||||||||
| ||||||||||||
Create Your Own Free Signature |