I am struggling with displaying the records that I have collected in the collection variable as a picklist.I have a custom object to which I have related records. I have used the loop in the flow to get all the related records and save it into a collection variable - I would now like to take each of the records that was found in the collection variable and display it as a picklist option - so that the individual records can be selected and updated, rather than updating all of the records found in the collection variable.The flow basically brings back all of the items the client has insured on their policy, the client should then be able to select one of those items and update that one specific item.I have read a couple of articles, but can't seem to find anything that fits what I need.Any ideas?