Hello,
In codeless, is it possible to pass a function as argument of another function to call the first one when needed ?
Thank you
Hello,
In codeless, is it possible to pass a function as argument of another function to call the first one when needed ?
Thank you
Hello @Seb777,
You can return your function like this:
And then pass it wherever you need it as an argument to another custom function and invoke it:
Also you can copy the invocation code of a custom function by right-clicking on it and click on Copy Invocation Code
, then use it in custom code like
await BackendlessUI.Functions.call('MyFunction')
Regards,
Stanislaw