Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

Hey everyone, 

 

I have an error that just popped up which is now preventing me from saving my Orchestration - "Required fields are missing: [TargetName]". While this error is non-descript I seem to have broken something in the core of the Flow because if I close it out and then open my last saved version (and only version), modify something unimportant such as a description, then try saving the flow I get the same error. So somehow the Flow let me save it when the error existed and I now need to abandon this Orchestration and start from scratch as I can't figure out what [TargetName] is referring to. 

 

Has anyone run into this issue yet?

 

Orchestrator Error: Required fields are missing: [TargetName]

2 answers
  1. Nov 2, 2021, 3:30 PM

    @Riley Schill we identified what was causing this problem and it will be fixed in our next release. In the meantime, you need to go through each interactive step in your orchestration and switch the exit condition to "When the specified evaluation flow returns true" then switch it again to "When all steps have been marked complete".

    This should clear out the bad data. Please let me know if it solves your problem.

  2. Oct 19, 2021, 10:11 PM

    Thank you @Riley Schill for bringing this up. 

    Do you remember the last steps you took before the error popped up? It looks like your orchestration is corrupted and it should not be possible if you were only using the builder (not the API).

    To fix the problem, you will have to manually edit the metadata for this orchestration and remove any empty parameter that you are passing to a flow or evaluation flow. 

0/9000