afterFind handler not being called from Codeless

Hi,
hope you are doing well and staying healthy. I would appreciate and help.

I am using afterFind handler to populate objects with some additional data.
Now, I need another service, that would take all the items and calculate something.

The problem is that I am using Codeless with Load Table objects block, but seems like afterFind is not being called for it. Is it possible to trigger it somehow?

Thank you,
best,

Nick.

The afterFind handler is invoked only when the API invocation comes from a UI Builder page or from a client app. If the API is made from Cloud Code, then afterFind is not invoked because it could lead to a circular dependency.

Regards,
Mark

1 Like