Is there a “Where Clause” type of functionality? I have a Structure with “BatchNumber, DocumentCount, and PageCount”.
I want to lookup the PageCount WHERE BatchNumber = xxxx, and store that in a Local Variable.
EDIT: I figured it out, just change the default “ID” and '1" in the lookup function to BatchNumber and the local variable I have that stores the value. I was confused because it doesn’t follow the convention of having a colored (red) label or any right-click to access the local variables.