Hi, I just realized that in an “after-create” microflow, the entity passed as an argument doesn’t have any attribute set … It seems like a bug no ? Cheers, F
asked
François Lecomte
1 answers
3
François,
This is not a bug. After create events are triggered immediately after an object is created, before it has been displayed on a page or changed in a microflow. The only attribute values set should be the default values defined in the domain model.