How to create a user defined function in invoke code

hi
can anyone help me out how can we create a user defined function with arguments
in invoke code just wana use some recursive techinques

1 Like

Hi @sanjay21051990

Check the below post

Thanks
Ashwin S

Hi i know how to use a invoke code but my question is that how can i use…custum function… actually i have requirement to generate sum of subset from given list or array…so i just want use some recursion technique inorder to achieve this solution…

Something like this?

Subset_Sum.xaml (7.1 KB)

hi
no not really…can you give me a sample example in invoke with some recursion technique
may a factorial of number as well…:slight_smile:

Hi @sanjay21051990,

I didn’t make recursion but take a look at this : Invoke code activity Error - #5 by Masire.

Regards,

@Masire

Hi @sanjay21051990
I am face the same problem?
Have you got the solution?
Best Regards!