Announcements
Hi all,
A current issue is that email sending on one of our Shared inboxes is taking too long. Users aren't getting Activation links or codes on time.
I've created the below workflow in Dynamics. How can I set this up in North52 Schedule to run every 30 mins? or is there an alternative? I've set it up a few times now with the Fetch XML query of:
<fetch top="1" ><entity name="contact"></entity></fetch>
but still not getting the email sent. I want to to send to this one specific contact I have for testing in Production. From there I will automate a job to pick up the email in Gmail via a Python script.
Any pointers appreciated for a very basic CRM user.
Hi,
sorry I was on a conference.
You need some kind of condition in your process to avoid that the process is starting on every email. You are right, your process as is will fire on every email record that is created. Are you using the same subject line for every email or the same contact.
What is occurring is that the email is sending on the trigger of another email sending in CRM. an email was sent outside of this workflow at 3.05am which trigger this workflow. the workflow needs to run every 5 minutes if possible and not depend on another trigger.
it is sending but sending every 1 minute and then a gap of 5 hours :-)
Any advice on the Wait Condition appreciated and why the loop continues every minute.
Hi Axel,
I might not have got this correct? I've activated the Process but the initial email isn't sending.
Hi,
Set your workflow also as Child workflow. Add a waiting step to wait 30 minutes and add the Run Child Workflow step and select the same workflow. That will restart the workflow and send the email every 30 minutes.
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
232,996
Most Valuable Professional
nmaenpaa
101,158
Moderator