I have a form in which I am collecting first name, last name, and email address. I have a trigger campaign that syncs with our CRM. I have a second trigger campaign that sends an email after a 5 minute wait. Is this OK or should I combine these two trigger campaigns?
You can include the email send in the same smart campaign as your CRM sync trigger (make it the step after) to streamline and minimize the number of smart campaigns you have.
Following/alongside @SanfordWhiteman's question about the Wait Step, and assuming you're including it to allow the CRM step time to finish, you don't really need it because a follow up email isn't usually dependent on the person being in your CRM first. If there's another reason for the Wait Step, you'd probably be better off continuing to use the second trigger campaign but recreating it as an Executable campaign (you can't make an existing Smart Campaign executable unfortunately).
Hope that helps and let us know how you go 😀
...the Wait Step, and assuming you're including it to allow the CRM step time to finish😀
You don’t need it for this purpose either, because Sync to SFDC runs synchronously. You don’t need to wait for it, any more than you need to wait for Change Data Value.
Now if you need to wait for a subsequent sync to happen, i.e. after some async routing stuff happens within SFDC, that’s a another question.
What (please be precise) is the Wait step for?