Steps to reproduce
Steps to reproduce the behavior:
- Create screen flow 'Account - New Opportunity' including component NavigateEverywhereLFA:
Destination Type: 'object'
Destination Action: 'new'
Default Field Values in JSON:
'{"StageName": "Prospecting", "Probability": "10", "AccountId": " '& {!recordId} &' ","CloseDate": "'&{!defaultCloseDateText}&'"}'
Destination Name: Opportunity
- Create New Opportunity button based on screen flow and add button to Account lightning record page.
- Work in Console
- Navigate to an Account
- Click 'New Opportunity'
- Information (StageName, Probability, AccountId, CloseDate) is not prefilled.
In addition, I would like to determine the record type of the opportunity based on a screen flow. I use the same component as above. Currently, the record is being created with the wrong record type (default record type). Can this be resolved?
Actual behaviour
The fields will not be prefilled if you are working via a console navigation app.
The fields will be prefilled if you are using a standard navigation app.
Screenshots
Console navigation App:

Standard navigation App:
