What is the use Invoke Method Activity

Hi,

Can anyone come up with a sample code and In which usecase invoke method used

Regards
Sai

Hello @Sai.Srinivas
Refer to this video you may get some idea about it

HI,

InvokeMethod activity is mainly used for methods with no return value or to obtain a value with a ref/out type argument, that cannot be achieved with an Assign activity,

Hope the following sample helps you.

Sample20230209-3L.zip (2.6 KB)

Regards,