Hi,
I have multiple flows set up in a sharepoint list library which are used to send custom mails based on fields on the form. They are triggered from 'when an item is created or modified'.
Basically I have 3 different flows set up based on conditions. One of which for exaple is 'LS approval status'. The flow is, if 'LS approval status' is equal to 'APPROVED' then send custom mail.
The issue is, whenever any item in the list is updated at all, this mail will be triggered as long as the form still has this field set to 'LS approval status'.
Is there a way you can make sure each flow for each item is only run *once*, and not triggered by every change?
I read somewhere about the condition of 'created' is not equal to 'modified'. But it doesn't really solve my issue.
any suggestions at all would be really appreciated!
thanks