Flipabit should have other Statements then “if” inside code editor panel, like AND/&& , else if, for, etc. Like Bubble does.
And other suggestion is to improve the database manipulation without code.
In Flipabit you can replace
if (input == 1) return "One"
else return "Not One"
with
if (input == 1) return "One"
if (input != 1) return "Not One"
Oh, i’m sorry…
I wish to say inside “Action Editor”
Flipabit should have other Statements then “if” inside “Action” editor panel…
just a suggestion.