Customize Action and Screen Component UI in Flow Builder
Develop a custom property editor that provides a simplified UI for an admin when they configure a custom screen component or invocable action in Flow Builder. A custom property editor is a Lightning web component that provides a custom UI for entering input values, which you can use with your Apex actions and flow screen components.
To learn more about creating a custom property editor for Flow Builder, check out these links.
- Compare a Custom Property Editor to a Standard Property Editor
- Custom Property Editor JavaScript Interface
- Custom Property Editor Examples
See Also