hsendel
November 24, 2019, 7:45am
1
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
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
hsendel
November 25, 2019, 7:54am
3
Thanks @KarthikByggari , I have changed the variables as per your recommendation , but still get the following error :
FormActivitiesExample.zip (3.1 KB)
hsendel
November 25, 2019, 9:50am
5
This is the example.Example.zip (25.0 KB)
hsendel
November 25, 2019, 11:02am
6
Hello @KarthikByggari , Any Good News?
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
hsendel
November 25, 2019, 1:40pm
9
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
i
I am using the latest version. But let me assist you w.r.t error.
Regards,
Karthik Byggari
hsendel
November 25, 2019, 2:44pm
11
Yes Please, My Issue since more than one month
hsendel
November 26, 2019, 7:55am
12
Hello @KarthikByggari , any good news?
Sorry, didn’t get time yesterday. I will definitely look today.
Regards,
Karthik Byggari
1 Like
hsendel
November 28, 2019, 8:55am
14
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
hsendel
November 28, 2019, 2:55pm
16
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
hsendel
December 1, 2019, 9:58am
18
Hello @KarthikByggari , any update ?
Lupe
(LxKira)
April 15, 2020, 4:53am
19
I create registration forms, it has Create, Read and Update. my back end is Ms SQL.
Vajrang
(Vajrang Billlakurthi)
April 21, 2020, 8:19pm
20
Uipath Forms playlist with multiple usecases
VIDEO
1 Like