Hello everyone,
i am trying to automate the creation of new users in our environment. we use Dynamics 365 so i created a button for HR " Send to IT " Then i built a power automate flow.
So when a placement record is added or modified and i set a trigger condition to only run this flow when Send to IT equals true
Then the flow runs and does the rest. The thing is that sometimes HR modifies the record even after the creation of users and that is triggering the flow again. How can i prevent that.
A possible solution would be Updating the Send to IT to False at the end of the flow. but i was curious if there's any better solution
Thank you