Why wasn't the object function initiated from the object workflow when the condition is satisfied?
If you're trying to insert a record in a custom object with the object workflow using an object function, but the object function isn't getting initiated, try this:
- Check where the issue is, at the object workflow level or at the object function level.
- To debug, in the same object workflow, try setting a value using field updates and observe the outcome. If the workflow can set the data, to the field then there's no issues with the object workflow. Instead, it's with the object function.
- To debug the object function, trigger the object function using object triggers to see if it can initiate the function successfully and that the runtime messages are getting captured.
Tip: Apart from using triggers, you can also call the
object function using an action or a link. Debug whether the object function is working
as expected when invoked.
.