flowButton - Not Working from Flow Standard Component on Lightning Page Winter '23
I have been using the flowButton component on a home page to launch a screen flow. Stating in Winter '23, the button is not working correctly. The flow launches but does not get passed a first screen. When next is clicked, the flow opened by the flowButton component closes and the flow embeded on the lightning page shows this error: "action not available for interview: NEXT"
Steps to reproduce
Steps to reproduce the behavior:
- Create a Screen Flow "Flow 1" that contains at least 2 screens. There does not even need to be anything in the screen.
- Create a Screen Flow "Flow 2" with a flowButton that will Launch Flow 1
- Add a flow component to a lightning page (Tested with Home and Record) Have the flow open Flow 2
- Run the flow from the Lightning Page. Click Next when Flow 1 launches
- Flow 1 will close and the error "action not available for interview: NEXT" will appear on the screen where the Flow component for Flow 2 is
Expected behaviour
Flow 1 should run to completion and close with Flow 2 showing on the lightning page
Actual behaviour
Flow 1 will close and the error "action not available for interview: NEXT" will appear on the screen where the Flow component for Flow 2 is
Screenshots
@adwhite75 not sure if this is related but I am getting the same thing when I try and launch a flow in modal using lightning-flow lwc I can send you a video of what I am getting. (I finally fixed my alignment issue :) )
following