How to extract output data from Create form activity?

Hi UiPath,

I hope everyone are well.

Can someone please help me on my situation.

I used the create form activity in Uipath.

and save the output in a variable named DateInput

using the log message activity I got the below data:

As you can see it is in JSON format.

I only need the 11/03/1989

Please help me and thank you in advance :slight_smile:

HI @aapostol ,

you can extract the data using three ways.

  • json deserialize
  • Regex - [0-9]{2}\/[0-9]{2}\/[0-9]{4}
  • Substring

Regards,
Arivu

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