Hi,
I am new at flows but I already have problems 🙂
I want to create an email when a Dynamics 365 record changes it state to "Active".
So I created this flow:
My problem now is, that for every update in my record in this state, I will get an email. But I just want it on the change where the state is set.
So changing the state from DRAFT to ACTIVE (2 to 0) should send an email, but updating the record in state ACTIVE schouldn't.
How to solve this in flow?
With c# I would use Pre and PostImage for this. But in flow I have no idea for this.
Best,
Robin