I use a global list to fill a drop down list in the form. I need to access all property/column values of the selected item in a condition. I intend to ‘route’ to the next action in my workflow based on those column values.
Edit: My Global List looks like this:
Value,Text,isMonterey,isSumpter,isRichmond
DesertHog,DesertHog,1,0,1
I need to know the value of isRichmond when DesertHog is selected.
Any help is appreciated.