If then else can't select lookup with If Then Else?

I have an image that I am referencing if it is found, however I can’t select if from If Then Else?

See the structure of it here?

That’s because you are either using a multiple relation or a full table as the source of the lookup, so the result is an array. How is the lookup column configured?

Arrays can contain multiple values, so they will not work in places that only work with single values.

“My Stickers” is a “query” which extracts relation limited to one value based on the user id.

The lookup is straight fwd

OK. Queries always result in arrays (as if they were a multiple relation), so in that case you’ll want to use a Single Value column instead of a Lookup.

3 Likes

Solved, tx Jeff :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.