Hi,
I am including an Action in a workflow from "Perform Action" in step menu in a workflow. The action is to return a specific country entity according to an input argument of two-digit country code. After triggering
the workflow, then check System Jobs, it always errors out with a message
"Required field 'Target' is missing".
The Action has an input parameter of two-digit country code (string), an output parameter of Country (EntityReference). Configuring Action in workflow, besides two-digit country code, it asks for Target (lookup). I do not
know what this Target is asking for. I passed Lead (Country), or Country (Country), however, it always returns "Required field 'Target' is missing" error.
Does anyone know how to use "Perform Action" in workflow? Thanks