UipathForm get specific value

Hi
I am using UipathForm activity
afte clicking submit button I need to get specific input feild values
I am geeting all values…How to get specific

Hi @KarthikBallary

Use screen scrapping and drag what text you want that web page or use get text activity you will the particular text.

Regards,
Kommi Jeevan.

1 Like

I am using Uipath.Form activity

ok
{id:1001, name:“abc” , age:“26”}- this is the output of formsfeildOutputData.
if I need specifically only age value…is string manpulation the only option

I have used deserilaisation Json. resolved

2 Likes

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