Skip to main content

When a user creates an Article record (custom object) with certain fields populated, I want to send them an email.  I have created a series of flows but they all result in the same error:

 

 Error Occurred: Missing required input parameter: SObjectRowId

 

I am currently in the sandbox, but have recently created a simple flow that sends an email on a lead object in production and that works fine. However I can't replicate it on my custom object in Sandbox.

 

 Where have I gone wrong?

 

FLOW - Error Occurred: Missing required input parameter: SObjectRowId

 

flow image 2.JPG

5 respuestas
  1. 19 abr 2022, 14:28

    You should pass

    {!$Record.Id}

    not {!RecordId} 

0/9000