Hi,
Unfortunately, expression field in Assign, If condition etc doesn’t support ref or out type argument, for example, as the following. It’s handled as In type argument.
If we need to handle it as ref or out argument, try to use InvokeMethod as the following image.
However, please note It’s not very good readability, i think.
Regards,