I'm trying to collect picklist values based on a get record element (Account) to then use on a screen flow element.
The flow is a screen flow on the opportunity and I want to display the picklist values for a field based on Account object that matches the opportunity.
If the opportunity is Country X and Region Y, I want to display the picklist values for field "Area" (Account object), for all Accounts that have Country X and Region Y so that the user can select one of the available "areas" and select the related account.
Thanks @Tushar Jadav I can see that one, but not Ty's response, however, I'm not sure it is what I'm after..
On the account the Area field is dependent on Region, Region is dependent on Country..
On the Opportunity Region is dependent on Country
Based on the opportunity I want to collect all Accounts with the same country and region and put all the associated Area values in a collection. I then want to used this collection to display all relevant areas , which then allows the user to select a area and see all accounts in that area, then create a record against the opportunity with the account details..
I can't seem to just get the areas in the region of the opportunity it will display all of them.