Purpose of the Load action under Server Connect

In this part of @ben’s video on building out user administration he adds a Load action under Server Connct. I’m not clear on the purpose of doing this.

@ben states that he is reloading the database query to cater to the new user, but I’m not really clear on what that means.

Can anyone let me know what the purpose of this step is?

Much appreciated.

The purpose of load action is to reload the data only (and get new data), without refreshing the whole page in the browser.

3 Likes

Thanks, @Teodor.

So if @ben had not included the Load step, then would the new user not have automatically appeared (without page refresh) in the list of users that he later adds to the left hand side of the page?

Yes, exactly

1 Like