This course is designed so you can also learn from your fellow learners, particularly through the forum topics.
If you need help, post a question as a reply in the Forum discussion below. To increase your chances of being helped, be as descriptive as possible. Include in your comment:
A description of your issue: when is it happening, what activity you have trouble with.
A screenshot of your error.
You can also attach your automation project.
If you can help a fellow learner, don’t be afraid to reply and make a suggestion. Participating in the conversation helps solidify the knowledge you’ve acquired in this course.
I’m working on Practice 2 — Switch and For Each from the Control Flow in Studio Web course. The automation should process incoming emails with “New ticket” in the subject, extract the ticket number and ticket type, and then send a custom email based on the type using a Switch activity.
Right now, the problem I’m facing is:
The email loop runs fine, but the Switch activity doesn’t seem to trigger the correct case.
In some cases, no email is sent at all.
Has anyone else run into a similar issue or solved this kind of flow?
Hi @Roopa_Patel , You don’t see the sent email because the ‘Send Email’ activity has the Save As Draft option set to True. You need to change this to False, and then you’ll see the sent email
Regarding the Switch functionality, I haven’t noticed any issues, and it works as expected for me. I recommend testing it step by step to see what the output is when processing each email.