My goal is to create custom table with ability to add comment to each row. For this purpose I created SSE with 2 capabilities, GetComment and SaveComment. I'm able to add GetComment as a Measure of two columns, but I can't find a way how to call SaveComment from the component. I checked BackendAPI method for listing dimensions and measures but from what I understood, it only provides list with no ability to call the method.