Home › Forums › Classic DFFS › DFFS_EMail with Stop = True is still sending email after resuming from paused
- This topic has 5 replies, 2 voices, and was last updated 3 years, 8 months ago by Alexander Bautz.
-
AuthorPosts
-
-
March 10, 2021 at 16:20 #32946
Hi Alex,
I am running into an interesting issue. I am using DFFS_EMail and workflows to send future dated emails. Here is what is happening when an item is added to DFFS_EMail list with a future send date.
1. The workflow pauses till the send date.
2. Workflow resumes after send date and sends the email even if Stop variable is Yes/True.
3. For debugging I added a log to workflow history step after pausing resumes just to see what the Stop variable value is. The value is True.I have attached screenshots of workflow history and workflow steps. Can you please take a look and let me know what might be causing this issue?
Thank you,
Amal VellappillilAttachments:
-
March 10, 2021 at 17:04 #32950
Hi,
I have seen this earlier myself (but I have now stopped using this workflow because it is no longer supported in SharePoint online).This is as far as I know a bug in the workflow handling where it does not properly recognize the Stop = true. It might be because it parses it as a string and uses “True” as a string and not as a boolean true value.
You can try wrapping the “then email…” step in an if where you use “If Stop is NOT equal to Yes” and see if that helps.
Alexander
-
March 10, 2021 at 17:11 #32952
Yes, it seems as if the boolean variable is not getting set with Yes/No values. Rather its getting set with True/False.
In any case I tried creating a an integer variable and setting value from Stop field. I then used that variable and checked if it equals 1. If 1, then stop the workflow. This seem to have worked. You can may be update your documentation to use an Integer variable rather than using a Boolean variable and check for 1. This might be helpful for those who are still in On-Prem SharePoint.
Out of curiosity, what do you use to send future dated emails in SharePoint online?
-
March 10, 2021 at 18:37 #32955
I’m glad you found a workaround – can you post a screenshot of the extra workflow step? – I don’t have any on-prem site to get screenshots from anymore.
In SPO you can use a FLOW / PowerAutomate to set up a flow that runs on a schedule once every day and looks for items that has a send date “today”.
Alexander
-
-
March 10, 2021 at 18:57 #32957
Hi Alex,
Thank you for explaining how things work in SPO.
I have attached the following screenshots.
1. Modified workflow
2. Create Stop variable as Integer
3. CurrentItem Stop as Integer (looking up)Attachments:
-
March 14, 2021 at 10:09 #33010
Thanks, I have updated the user manual with your new images.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.