function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mlueckemluecke 

Keep picklists' selection when re-entering a screen

Hi all,

I have a flow to create two custom records on one screen. Those two records are Project and Order. Now I have several picklists, with dynamic and picklist choices behind them, on the screen.
I need to check one field on project against external system for uniqueness. If the key is not unique, the input screen opens again. For text input fields I use flow variables and assignments, so the screen displays the previously entered values. But for the picklist values I didn't manage to set them a default value based on a variable or similar. Is there any way to do this?

This would be the relevant flow part:
User-added image

And this is the input screen:
User-added image