Issue when Submitting Data using Form.Activities Submit Button

Hi All,

I am trying to create a simple Form using the UiPath.Form.Activities package.
Unfortunately I am struggling to get the plumbing working as my variables don’t seem to be updating.

Essentially when I hit submit; I want the data from the Fields to input into the Log Message.
I’ve created the relating variables that match the Field Key properties in the Designer tool.


Data Bindings has not bee changed and I’ve left GenerateInputFields as Selected.
I did try and set some Arguments in the DataBindings FormFieldsCollection but it didn’t help me get any further.

Hopefully I’m just missing something on how to get the data to output.

Thanks in advanced!

It’s all good!
Resolved the issue now by creating a variable in the FormFieldsOutputData:
image

This then returns as a JSON string like:
{
“message”: "Output for Form: {"customerName":"Craig","serialNumber":"32222555","startDate":"2020-02-11T12:00:00+00:00","endDate":"2020-02-25T12:00:00+00:00", THEN the rest of the log file!! :slight_smile:

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