Add custom property editor (CPE) for Flow invocable actions #753
Labels
Layer: Logger Engine
Items related to the core logging engine
Logging Source: Flow
Items related to using Nebula Logger within Flow
Type: Enhancement
New feature or request
Right now, the 3 Flow invocable actions (
FlowLogEntry
,FlowRecordLogEntry
, andFlowCollectionLogEntry
) use the out-of-the-box UI (standard property editor) for configuring the actions. This UI has some limitations:loggingLevelName
expects a valid enum name fromSystem.LoggingLevel
- but in the standard UI, users can enter any text valueTo try to overcome some of these limitations + provide a better user experience (UX), the 3 Flow actions should use a new custom property editor LWC.
The text was updated successfully, but these errors were encountered: