Question about Record Type Custom User Filter

Certified Associate Developer

Does anyone know if there is a way for the value to be multiple possible values? So for example when I select the option label truck it will look in the data for IDs that are 3 or 4 and not just 3?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to ericm0013

    Nice, glad it's working for you. If you do reach the 4000 character limit I would recommend breaking out parts of your expression into their own expression rules, and/or trying to generalize parts of the expression to be more concise (e.g. using a!forEach over a list to create your options, rather than explicitly creating each individual option).

Children
No Data