I have a list of entry titles, and I want to wait for a certain folder to contain one of them before proceeding.
For example, if my list of entry titles is A, B, and C, I want to wait for the folder "Autofile" to contain an entry called A, an entry called B, or an entry called C. It doesn't matter which one is there.
I do not know ahead of time how many titles will be on the list or what the titles will be, since they come from a Forms process, so I cannot hardcode the titles or how many conditions to use like the screenshot below.
What I need is a condition like "Entry : Name is contained within [List]" or something similar. Unfortunately, the other way around is not an option, as the selector for Folder Contents only has choices of Entry or Document, so I can't target the list itself.
Is this possible in Workflow (On-Prem)?