Hi @Ahmed. Can you be more specific with what you mean by ‘return’? If you want to include Slotset to your custom actions, you can add the following at the end of your custom action class:
return [SlotSet("matches", result if result is not None else [])]
You can find a full example here: Actions