Hey Guys,
Please see attached image. I have a setup at the end of my workflow , using block until done tool. First sequence needs to send an email using email tool (tool id - 73) ,2nd sequence needs to write the data (tool id - 2) & 3rd sequence needs to check the condition in test tool (tool id - 18).
But when workflow runs, I was not getting an email. Please see below log as well.
Log
00:18:58.400 - ToolId 2: \\Path\Names.accdb|1 records were written to "Path\Names.accdb" (New)
00:18:58.400 - ToolId 2: \\Path\Names.accdb|1 records were written to "\\Path\Names.accdb" (New)|AlteryxBasePluginsGui.DbFileOutput.DbFileOutput
00:18:58.400 - Error - ToolId 18: The test "Should be Null" failed: ExpectedNumRecords==0, NumRecords(#1)==1
00:18:58.400 - Warning - ToolId 73: No Messages were sent because the workflow has an error.
Any error in your workflow will cause the Email tool to not work - can you replace your Test tool with maybe a Message tool instead to create a warning rather than an error?