Hi All,
Can you help me with this? @Sergiu.Wittenberger @loginerror
I have created a text box using the Create Form Activity.
Example
If I enter the input into the text box, I need to get it in the message box as I provided value.

There are FormFiledCollection and FormFieldOutputData in properties panel.
Field - FormFieldOutputData give the output like below if i printed hello in the text box 

I am not sure how to get data from and also how to post my data into Form.
Regards,
Srenivasan Kannan
Hi @SrenivasanKanna
If you want the text box have a default value, add a argument in FormFiledCollection, and named the text box property name, and set the direction to In.
If you want to get the text box value, add a argument in FormFiledCollection, and named the text box property name, and set the direction to Out.
Also you can add a In/Out argument to implement both getting from form and posting into form.
@wusiyangjia
Thank you ! I will try this solution. 
Hey ! @wusiyangjia
I have tried to get the data from text box which entered , but what name we have to give in the fromFieldCollection Name header in this case, If give Ticket its not return the value.


Regards,
Srenivasan Kannan
Hi @SrenivasanKanna
I wonder if the text box property name is βTicketβ as below?

Hey ! @wusiyangjia
Thank you so much. Its working great !!!