Execute with conditionals

From my experience to make your life easier:

  1. Don’t use Library actions, they’re difficult to debug/preview (reason: pending feature request Preview Library actions)
  2. Use just one server action “get_tickets” instead of creating several with roughly the same intent
  3. Use Sid’s suggestion to dynamically build the “where concatenation” you’re looking for the Wappler way