I have an issue with the current flow.
I'm trying to update the opportunity record and create a task record once the Opportunity is Created or Updated.
The issue I have is that when I have the "Investigating" stage in the entry requirement nothing works, only if its created, which when an opportunity is created it starts at the "Investigating" Stage. But if the opportunity is in the "Investigation" stage and it debuged to be moved to the "Scoping" stage it Never enters the flow.
Please see pics attached.
Thanks for the help.
@Juan Quintero maybe add a GetRecords element before to get all related tasks in a collection, test if the collection is empty (coming next, or using Equal counts operator, or testing if first record is null), with 2 possible outcome (create task if previous collection was null, and nothing or other things if there was already a task).
Eric