I would like to avoid having multiple Option Name/Value lists behind conditional paths
1 Answers
Change your question to a Lookup, put the values in a Data Table, and use a Filter like this
table.ColumnName == <<SomeOtherFieldInTheForm>>
I would like to avoid having multiple Option Name/Value lists behind conditional paths
Change your question to a Lookup, put the values in a Data Table, and use a Filter like this
table.ColumnName == <<SomeOtherFieldInTheForm>>