Hello
I have a share point list, and a related flow that sends an email when a specific column is modified.
is there a way to limit and specify who can modify this column?
or a way to see if the modification was done by some one not allowed, to update the fields to the previous value?
i tried by adding an update item action at the end of my flow to do the 2nd option, using a condition loop in an apply to all, but the condition is false so it updates the item, and its true in anothe rpart of the loop, so the email is still sent
does any one have a solution?