Basics of the IF function
The IF function will return one of two values depending on whether a logical argument is true or not. Written in the format:
IF([logical argument], [value1], [value2])
thi...
I would love the option to see that diagram for every complicated if statements tree made. There’s a reason airtable put it in when describing it since its way easier to see the tree diagram than to read the ifs inside of ifs as a single line without getting lost.
The advanced version of this would be to not just show the diagram but to create the diagram and have the if statements one-liner code written out automatically so its visual programming. Basically a workflow builder to create ifs using just diagrams and shapes.