Hi.
I too frequently want custom event return values.
If I treat custom events like a function, there are many cases where I need to pass the result of something generated inside to the next process.
Personally, the most common case is when I want to return the result of a “Create a thing” in a custom event.This is the case when a custom event is working as a factory.
Right now, I am passing data through a custom field in an element that is not directly related to the custom event, which significantly reduces maintainability.
@grace.hong
Please consider implementing this if possible.