It would be nice to be able to select additional meta data properties at design time that would allow for more generic code patterns.
Example:
We have a function with EspaceId and Timer name, to calculate the timer time out.
Ideally I would not want to hard code the timer name, but like when I select a server action just select the timer from a list of timers. When the timer name is changed, TrueChange would take care of all references.
In the Forge there is a component, that does this at runtime (https://www.outsystems.com/forge/component-overview/3046/action-info) using the stack trace.
Service Studio does it already for the developer when dropping Run Server Action in a flow.
Regards,
Daniel