I want to learn and understand Weweb formulas

The only thing really holding me back from building my SAAS in weweb is formulas. I cant seem to understand how I am supposed to know when to use certain operators or lets say +, - {},” “,’” and things like that. Is there a framework I can study where I can learn formulas?

Hi,

The formulas are kinda based on Javascript, so if you read about javascript, it will help.
Also, on each formula, you can hover them and see what they do and how they work. To me they seem pretty understandable.

So for the formula, just foillow the instructions at the bottom of the forumula.

(Example is a random example)

Also, if you’re stuck, give AI a try. I find stating what you have, and what you want to get in the end is the way to go. If formula builder AI doesn’t help, you can always go towards javascript (which is easier for bigger tasks, if you’re comfortable with it)

Hey @Danny!
Have you gone through our documentation for formulas?

They’re quite extensive, complete with examples to help you grasp the needed concepts to build custom ones :slight_smile:

Is there any specific formula we can help you with?

Karl is right. You can maybe check out the Scrimba course “Learn JavaScript”. Im sure it would put you in a better position long term