Hello,
I trying to create an annual task app to remind me and our team mate to do a task base on specific time in the year.
Database I will have one table name Annual Task to store information of annual task including
Title, description, start_date, end_date, reporter, assignee
Start_date will have a value like 04/05/2020 12:00 am
To have a reminder, I created two API workflow,
- Schedule API workflow on annual task list
List to run on will be Do a search for Annual Task WHERE Start_date = current_datetime change hour,minute,second to 0 + 10 days
With same condition, I can print value to text element or repeating group with correct value, but It does not return any annual task from List to run on .
This is my problem, I tried to search by another condition like Description = “For example” It can pass to second API workflow to send email.
Please let me know if you have any idea around it. - Send Email