• Hjalti Hannesson 6
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I've got an Account screen flow which is launched via a URL button on the Account list view.

This flow gets ids without issue if the "Enable Lightning runtime for flows" is not checked/enabled.

However, I want to use a LWC component in the last screen of the flow to automatically open a record the flow creates. To be able to use LWC in the flow, I need to enable the "Enable Lightning runtime for flows" setting.

Is there another way to pass list view ids into a flow that are known or do I need to switch to a aura component?