Sum of numbers in array

:crown: KING UZO

1 Like

Is it worth learning Java… A straightforward script can replace 80% of your App’s columns, making it work and load much faster.

How do you recommend to learn Java? For someone who has no knowledge about code

Hmmm… try to stop using logic columns in glide… and replace them with Java… step by step… start from simple ones, like math columns… google the script and analyze how it works… let’s say you have a task to add one column to the other… so you would write:

var x = p1+p2;
return x

then you go one by one in your whole app and keep replacing…
then you put all your scripts in one and see how nice and fast your app is.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.