Hi Karthick ,
Looks like the Registration and TrainingEvent objects not associated.
So pls make sure to associate the trainingevent object to registration object when it is created.
This will resolve the issue
Domain Model:
Registration:
1.
2.
3.
4.
5.
6.
Hi Kartik,
Thank you for sharing your detailed screenshots.
In your fourth image, it looks like you are creating an object directly using the "on click" option when trying to call the page. Instead, use the microflow call option to create a new microflow where you can create the registration object and associate it with the project entity.
I am referring below image