0
Answer

How to get values for multiple InArgument

Pradeep Yadav

Pradeep Yadav

5y
1.5k
1
Hi team,
I am new to WF, I have created a model  which has 2 InArgument
public InArgument<string> FText { get; set; } 
public InArgument<string> LText { get; set; }  
 
I wan to read this from xaml,
I am able to get one value however not for both proerties.
Please help me with the sample.
Regards,
Pradeep