21-12-23 08:56 PM
So I have this collection that is [test] I am trying to determine whether [test.county] contains one of 80 possible test strings. At the moment I have a decision stage with
[test.county] = "test" OR
[test.county = "test2" OR
for all 80 of the possible text strings. I was wondering if there would be any way to more efficiently do this rather than the 80 separate OR statements.
If anyone has any feedback or ideas for this please let me know, thanks in advance.
Answered! Go to Answer.
10-01-24 03:38 PM
I believe @ifeoma was trying to point out that you would get that option if you import from the "File" menu. If you are importing from the "Releases" tab, you won't be able to import single process or object files.
10-01-24 04:29 PM
Ah, that makes perfect sense and does in fact work!! Many thanks Michael