Skip to main content

Hi there. I have a flow where the goal is to send a task when the status of a project is marked as completed. I have no errors in the flow, and when I debug/test the flow, it doesn't work. I've even activated it to test it and it didn't work. Any help is greatly appreciated!

 

Send task flow isn't working as expected.

 

object conditions.png

final milestone flow.png

 

send task.png

 

#Flow

3 answers
  1. Feb 15, 2024, 7:11 PM
    1. Currently your entry criteria is set to fire when the Status is changed and that Status is set to "Completed", so I think that should work fine. The other option is to simply check the Status = "Completed" and use the option for "Only when a record is updated to meet the condition requirements". No need to check for IsChanged if that option is used since the assumption is the Flow only fires when a record is updated. In either case, the decision is evaluating the same criteria, and so it is not needed. 
    2. If you're goal is to relate the Task back to the triggering project, then you need to set the WhatId to the value of the Project's Id - {!$Record.Id} instead of {!$Record.Name}. WhoId is only for Contacts or Leads. 

0/9000