Hi, i have question how can I create a flow in which, after adding a new item to the application and waiting one day, I will check if the field in the database for a given item is empty, if so, send an email with information to the person assigned in the application for this item, if not, then do nothing.
I use SharePoint like database and i have sql connector to database.
Solved! Go to Solution.
Hi @Piter_D :
Could you please tell me:
What does " adding a new item" mean? Does this mean that new records will be added to the SP list?
If so, you could try:
Step1: Use "When an item is created" to trigger the flow;
Step2: Add a delay action to wait for one day
Step3: Get the item by ID returned by the trigger
Step4: Check whether the item is empty or not
……
Best Regards,
Bof
Hi @Piter_D :
Could you please tell me:
What does " adding a new item" mean? Does this mean that new records will be added to the SP list?
If so, you could try:
Step1: Use "When an item is created" to trigger the flow;
Step2: Add a delay action to wait for one day
Step3: Get the item by ID returned by the trigger
Step4: Check whether the item is empty or not
……
Best Regards,
Bof
User | Count |
---|---|
255 | |
106 | |
85 | |
51 | |
43 |