When I do the implementation of invoking function import from frontend, one error occurred.
Parameter is not provided completely since for this case this parameter is not needed. However, because of lack of parameter, the invoke failed with error saying "Invalid Function Import Parameter"
I am wondering whether all parameters should be provided when invoke function import?