How can i change things based on conditions?

I need to make change based on a result of a calculation. I can do it in Text but How I can do it in my database ?

You could make a change to a list of things when the calculation happens so that your database fields are updated if they’re dependent on that first calculation. E.g. “When number is calculated, make a change to a list of things” and fields that rely on that number = the result of the first step (plus rest of equation). That result being a variable in the database equations.

But maybe give some more details for more specific suggestions.

2 Likes

thanks to you , I discovered that I can custom event ! I will try it and I’ll let you know.
Regards

1 Like

How did it go?