Add asynchronous possibilities to the lookup inline function
I've experimented a large form, with some repeating sections. Each of them contains some calculated value controls using "lookup()" inline function.
Once saved, displaying or editing the form leads to an obvious performance degradation on loading. Each control is waiting the lookup function result of the previous control to perform its function call.
As these controls are not linked (the result of the second control does not depend of the first one), it could be useful to be able to specify an optional parameter to the "lookup()" inline function in order to set if it's needed to be synchronous or not.

Thanks for your suggestion.
I will update this idea if there are any updates to share.
Cheers, Euan