send email for no table

I have a bot that uses a schedule to send an email.  The event is a schedule with "ForEachRownInTable" turned off.  The single process contains a task that sends an email.

1) If I choose "No Table" in the task I get this error:

"Task 'Send Import Failure Email Task' for table '' is invalid because TableOrSliceName is not present."

2) If I choose any table in the task I get this error:

The event and process of the 'Check Import Failure' Bot are not compatible. The output of event '8am' and the input of the process 'Process for Check Import Failure' must be the same table or 'None' in the case of a chat event or scheduled event that is not 'For Each Row'. No "Call Process for each row" step is allowed in the process when using scheduled event

How can I send a table-agnostic email?

0 1 86
1 REPLY 1

It sounds like the problem is with your process that has the wrong tables. Change it to a correct table or select None and see if that solves the issue.

Top Labels in this Space