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
S N 27S N 27 

Issue with Multiselect checkbox in Flows

Hi All,
I am creating a flow wherein I am fetching the related records. Suppose I have a custom Object Services for which the values are populated using Dynamic Record Choice in the form of Multiselect Checkbox. (Please find attached screen)
User-added image
When I select one of the values, the related records to that should populate on the next screen. This happens correctly if I select one of the above two values.
User-added image
However, the issue arises when I select both. Then the related records are not fetched and the next screen appears blank. I have made use of the Flow lookup and then I am collecting it in a SObject collection variable and iterating over it. But that doesn't solve the purpose. Any inputs will be highly appreciated.