Hi Experts,
I have a scenario that requires me to implement post operation in changeset_end method. If the post operation is implemented in Create_<entity> method, system automatically does a read after create and populates the response body. How do I populate the response body if my create operation is part of batch request where the backed call happens in changeset_end method?
Regards,
Seetharam