Entries by Alex Edelstein

Adding Lightning Web Components to Flow Screens

For the last two years, Flow creators have been able to add lightning component to Flow Screens. This has powerfully extended the capability of screens. We’ve had a great time creating reusable components as a community, and many of those components are available for use to all parties. The underlying web technology enabling these components, […]

New Flow Action: Convert Files to Attachments

This action takes a collection of Content Document Links and returns a collection of Attachments. This is useful when you want to send files as attachments in email, because the Salesforce email infrastructure is still attachment-based. For more information on how these entities interact, see this and explore the test flow included in the package […]

New Ways to Open Web Pages from Flow

The new OpenURL Flow Action allows a URL to be opened by your Flow. It runs everywhere, unlike the Load Web Page Flow Action. This action allows the URL to be opened in three modes: Install Production Sandbox Source Source Code Use one of the above strings as an input to the ‘mode’ parameter. The […]