Userform able to put this is same as in message box?

Hi guys,

Currently in my message box
“There more than 1 user name found:” + Environment.NewLine + "Your last 4 digit NRIC: " + last4Nric + Environment.NewLine + "Your Email address: " + email

I want this to put in my Userform Where it will the user of their variable input they had found is it possible to be done in the userform ??

what do you mean by user form? can you please elaborate the scenario.

Create user form in the activity

Hi
Actually u can try with SHOW FORMS for this
Have a view on it

https://docs.uipath.com/activities/other/latest/workflow/show-form-activity

Cheers @xxGoRpa

Correct this one i am using this activity for it
is there a way i can input like this in my user form?

by add on the information from my message box ?

image
which is this

“There more than 1 user name found:” + Environment.NewLine + "Your last 4 digit NRIC: " + last4Nric + Environment.NewLine + "Your Email address: " + email

I so dumb i realzie i can write in collection to in my variable and put in an input text that is auto disable where this will show my variable that the user have type in

you only have to match the property name but the label name you can change what ever you wan!

user form review

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