
Hi,
I have a sharepoint list and want send a email at this conditions:
- when a new item is created check if colum A and B are populated —> send email
- when a new item is created check column A and column B, if only column A or column B are populated —> nothing
- after modify column A with value but column B is empty -> nothing
- after modify column B with value but column A is empty -> nothing
- after modify column A and column B have values —> email
can anyone help me?
Regards
Tommy
I know that this might seem backwards, but it would ensure that you have a process for each business case, here, @ThommyPrez ...
Have you considered running a flow for each of the options?
Then create a Trigger Condition which matches the need to fire, and you're away.
This approach will also ensure that you can update each one more easily, and turn them separate ways. 🙂