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