Create Form - Get data from Form and post data to Form

Hi All,

Can you help me with this? @Sergiu.Wittenberger @loginerror

I have created a text box using the Create Form Activity.

Example :slight_smile: If I enter the input into the text box, I need to get it in the message box as I provided value.
image

There are FormFiledCollection and FormFieldOutputData in properties panel.

Field - FormFieldOutputData give the output like below if i printed hello in the text box :slight_smile:
image

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.

1 Like

@wusiyangjia

Thank you ! I will try this solution. :smiley:

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.

image

image

Regards,
Srenivasan Kannan

Hi @SrenivasanKanna

I wonder if the text box property name is β€œTicket” as below?
sample

1 Like

Hey ! @wusiyangjia

Thank you so much. Its working great !!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.