Pradeep Yadav

Pradeep Yadav

  • 299
  • 5.6k
  • 2.6m

How to get values for multiple InArgument

Jun 11 2019 10:01 AM
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