Smart Integrator Connector - Retrieve configuration values
Hi,
we have just added some local configuration values to local Gateway like in the following example:

I am trying to retrieve those values. My understanding is that a Smart Integration Function must be created and that can than be called from a dashboard extender rule for example. However, the example provided in the OneStream documentation for the SIC function confuses me: shouldn't the RunOperation function return the Result?

Anyway, even setting the function type to String and returning the Result string, I am still having some issue in the getting the value over to a dashboard business rule. I am following another OneStream example in this case. First of all the "ObjectResult" does not exist as a member of "RemoteRequestResultDto"

I have therefore tried to use a different member like "objectResultValue".

I can compile the rule this one, but I get the following error when trying to run the business rule:
"Object reference not set to an instance of an object."
Anyone has been able to retrieve and use the Gateway local configuration values, and would be so kind to point me to the right direction?
