Using EnumList to Generate a Clickthrough View of Individual Records in the List

Hello folks. I am trying to the following:

  1. Input data from the user using an Enumlist to create a list of ingredients for a “Product List”
  2. Each ingredient is validated by ensuring that the Ingredient exists in another “Ingredient List”
  3. This generates a text string for each product using the “Ingredient List”

What I am trying to do is somehow allow the user to click on each of the ingredients so that they can view the details present in the “Ingredient List”. However, since the Enumlist has generated a string of data, how do I go about doing this?

Thank you!

0 1 312
1 REPLY 1
Top Labels in this Space