What am I doing wrong with this workflow?

Hello all

I’m trying to create a workflow that looks something like this

  • If Button is clicked and user is not logged in, do X
  • If Button is clicked and user is logged in and that user’s candidates field is NOT empty, do Y
  • If Button is clicked and user is logged in and that user’s candidates field IS empty, do Z

But I keep getting this error message for the last two options in the workflow, and I don’t understand what the issue or how to fix it.
Screenshot (2)

Is what I want to do possible? Is there a fix to this error that I’m missing? Or a work around I’m missing?

Thanks

Matt

Whcih type of field is User’s candidates? Is it a list?

1 Like

Yes it is.

Try to use … user’s candidates:count > 0

1 Like

Oh man. friggin brilliant. I think that will work. Thank you so much @Jici !

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.