Rest Service Consume an entity with Default values

0
I am consuming a rest service (POST) as below Create JSON Structure for service json input Create non persistent entity using Export mapping I assigned default values to this entity attributes Create microflow to consume rest service Create new object of the entity using Create Object activity Call rest service and pass the entity variable created in step (5) in the request Looks like default values are not sent as part of the request. Want to know what am I doing wrong or any better approach to achieve my requirement.
asked
1 answers
0

I figured out the solution. I need to create the new entities for each and every sub entity and assign default values in microflow before sending it to rest api

answered