TRying to capture DOB field tried Int, string, system datetime but throwing error for all. DOB is in MMM, dd yyyy format.
Actually what you are trying to do ??
What is the input and what output you expect ??
plzz can you elaborate more …
Happy Automation
Best Regards
Er Pratik Wavhal
Hi Pratik,
I’m trying to scrape data from fakenamegenerator site using get text. name, age, DOB, etc etc.
For DOB facing issue with data type.
Thanks
You can scrape with string variable and after that you can convert to required format like
Convert.TodateTime(StringVariable).Tostring(“MMMddyyyy”)
Hope this helps
Thanks
SO you are trying to extract the thing which is mention in below SS
And then want to store it in some variable
right ??
So what issue you are getting or any error
can you attach the SS here for your issue
Happy Automation
Best Regards
Er Pratik Wavhal
In build data table you have taken the return type as int32 so that error was coming
I have solve your issue. Below is the updated workflow :-
FNG2.xaml (15.1 KB)
project.json (686 Bytes)
Output :-
Make this as solution and like it
Happy Automation
Best Regards
Er Pratik Wavhal
Thats great but one quick question only one value is generated when I have given a loop and age is also blank
Got it generated successfully thanks for pointing out. just working on age alone.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.