Hello,
I am trying to create a clickable list for an Ionic 4 app, that will pull a label value, to be used to direct the user to the correct page on click. I am creating the list by mapping a DB query to the list. On the click I want to pull the value of the ListItemLabel (which will be the profile name), and based on that direct the user the correct page. Screen shot of the mapping is attached.
Any help is appreciated.