Server Connect component - noload dynamic attribute - how to use

Hi,

A noload attribute (No Auto Load Dynamic Attribute) has been added for Server Connects in the latest update as per this FR.

I understand that this attribute will stop APIs from making multiple server calls and failing as the required parameters are not available at the runtime. Although JonL has mentioned in the above post how he has used this attribute by adding a value, but I can’t figure out what needs to be added in the value for the SC to not auto load.

Any information on how to use this new feature is greatly appreciated.

If the expression is true it won’t run the SC. So if you are waiting for parameters to be available just add a ! in front of them.

2 Likes

Thanks for the information. I have just tested it in a SC and the SC didn’t make calls to the server until it had the required GET parameter value from the ClientSide. This will reduce a large number of API calls to the server that fail while waiting for all the parameter values to become available.

Many thanks for the quick response and solution :+1:t4: