I'm using a Screen Flow to enter a request where a user must capture:
1. the Account that made the request - using a Lookup Component
2. the Contact (for the Account) that made the request - using a Lookup Component
The Contact Lookup works OK, but I'd like to make two improvements and I cant recall how to make these happen:
1. have it auto-filter the Contacts based on the Account selected first
2. have it provide the user with an option to add "New Contact" IF the Contact they are looking for doesnt yet exist
@Ken Vermillion . The flow lookup only respects the standard lookup filters that you defined at the field level. You may need to use multi screen flow to achieve your requirement. First screen you capture the information, second screen you display the list of contacts related to the account using record choice set, and also present them with an option to create a new contact.