A Record Action is configured to start a process model, and the process launches successfully. However, the parameterized process variables (record type and identifier) remain null or default values during runtime. As a result, the interface cannot display the expected record data.
Discussion posts and replies are publicly visible
The most common reason is that the process variables for record type and record identifier might have not configured correctly. They may not be marked as parameters, could be mapped with wrong name or data type, or may not be set as input variables in process model. Bacause of this, the process starts successfully but record context is not passed.
To fix this, please check the process model inputs and make sure the variables are created as parameterized inputs, names match the record action mapping, correct data types are used(Text/ record type/ identifier) and interface is using these variables after the process starts.