Hello,
I'm facing difficulties in implementing a flow, in Salesforce, that creates a Screening Case record automaticaly whenever a new Account is created.
The flow is very simple:
- It has the Start element - runs only when an Account is created;
- It has an Apex Action - apex-tr_wc1_tr_automateScreening
However, when I create an Account the Screening Case is not created.
Here is the Flow:
Here is a debug:
Thank you,
Miguel