Email Automation trigger by date

Hi everyone,

 

I'm trying to make a library system and its working good but the email notifications still don't works. I want to try to make it so when the date from return = tomorrow, send a email to the dude who lent the book, i use as database a google sheet. I tried making it (see picture 3) but it says :

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

Pls help me out!  Thanks in advance!

Yamura4

1.jpg2.jpg

3.jpg

Solved Solved
0 1 81
1 ACCEPTED SOLUTION

I think the error message is clear enough. 

Please  confirm the type of bot you are using is data change or schedule bot and accordingly set the parameters as mentioned in the error message.

Also syntactically your condition can be [Column Name]=TODAY()+1 .

You need not further add a true to the expression.

View solution in original post

1 REPLY 1

I think the error message is clear enough. 

Please  confirm the type of bot you are using is data change or schedule bot and accordingly set the parameters as mentioned in the error message.

Also syntactically your condition can be [Column Name]=TODAY()+1 .

You need not further add a true to the expression.

Top Labels in this Space