Hi all,
I have one doubt how to pass parameter values to the c# code. Please helpme to find out. I hitted the api using Postman its working same thing i need to do in c# code.
Hi all,
I have one doubt how to pass parameter values to the c# code. Please helpme to find out. I hitted the api using Postman its working same thing i need to do in c# code.
create an argument in the invoke code and then that argument can be used inside your code that you write. If you want to send a value out then create an argument with direction out
cheers