IF statements on text formulas (next-gen)

Hi there guys!

I’m trying to have a field auto-filled based on an if statement with parameters from another field. Something like:

if fishWeight > 10:
fishCategory = “large“;

if it isn’t possible on text formulas, maybe there are other ways you guys might know? Ideally this is kept in the next-gen app builder, let me know if this is possible.

Cheers

Hi @Sebastien_Duke, unfortunately text formulas don’t have IF statements (I feel that pain!).
The alternative is using a short text or multiple choice field and using conditional rules to set the field value based on values in other fields.

Hope that helps!

3 Likes

Hi !

Thank you so much, this works wonders.