Any examples for Form.Activities?

Dears,

Anyone has a chance to create some examples on Form.Activities ( Checkboxes,Drop-Down-List …etc).
I managed to create one XAML example, but I face the following Issues :
1- Data are duplicated in the “Drop-Down-List”
2- Not able to get the output from “Gendre” & “Country” in Msg Box

image
image

Attached is my example. Thanks in Advance
Example.zip (25.0 KB)

1 Like

You might be using controlname.ToString which will return the type of the control but not the value.

You have to use the following way -

checkBox1.Checked.ToString will return the checked value
dropDown1.Selected.ToString will return the selected value

Regards,
Karthik Byggari

1 Like

Thanks @KarthikByggari, I have changed the variables as per your recommendation , but still get the following error :

FormActivitiesExample.zip (3.1 KB)

Okay. Let me check.

1 Like

This is the example.Example.zip (25.0 KB)

Hello @KarthikByggari, Any Good News? :slight_smile:

Hi @hsendel

While running your workflow I am getting a strange error. (related to pipe)
Let me check one more time.

Regards,
Kartheek Byggari

1 Like

Yes Please

Just to add that the following :

UiPath.Form.Activities requires a minimum UiPath Studio version of 18.4

My Uipath version is 19.4.4
imagei

I am using the latest version. But let me assist you w.r.t error.

Regards,
Karthik Byggari

Yes Please, My Issue since more than one month

Hello @KarthikByggari, any good news?

Sorry, didn’t get time yesterday. I will definitely look today.

Regards,
Karthik Byggari

1 Like

Hello @KarthikByggari, Any update?

Getting some error pipe error (communication error) when try to open the form activity.
Do you got the same error and do you know how to resolve that error.

Regards,
Karthik Byggari

can you share the error message?

Currently I do not have access to laptop. I will send you as soon as possible.

Regards,
Karthik Byggari

1 Like

Hello @KarthikByggari, any update ?

I create registration forms, it has Create, Read and Update. my back end is Ms SQL.

Uipath Forms playlist with multiple usecases

1 Like