I am working on a Power Automate trigger for a tree planting program, the goal is to have a watering task created when a tree planting task is marked as "COMPLETE"
I have this workflow going using the When a feature layer is updated trigger and then the Fetch Updates action, but the issue I am running into is that if for some reason the completed task is edited AFTER the status is set to COMPLETE, it then triggers again and creates a duplicate watering task because the condition is looking for the COMPLETE from the updated features.
Is there a way to filter down to a specific change in the feature layer? So it will only trigger the create water task if the change to the feature is specifically the status being switched to COMPLETE?