I am trying to navigate to a new screen based on a combox box field. I have a combo box that has 2 fields, Title and Sprint. I am trying to see if it is possible to navigate to a separate screen based on the sprint field.
Combo Box Example:
Project Name
Sprint 1
Project Name
Sprint 2
Now if I select on any item with the second field "Sprint 2" I would like to have it navigate to the "Sprint 2" page. I originally tried
onSelect --> If statement --> Navigate but had no luck.
Any ideas would be greatly appreciated.