How to Auto-Populate Datefield in Forward Screens of any application?

I’m working on a journey where a user’s Aadhaar card information is captured in an initial step. If the Aadhaar card includes the person’s Date of Birth (DOB), I’d like to automatically populate any DOB fields in subsequent screens with this data.
How to achieve this functionality?

1 Like

Are you using any OCR service or asking user to input details in input fields?

1 Like

Hi @Ritik_Dixit, you can utilize the Copy Data task to map the entities’ datapath which is storing the data for this particular information.

Note: Make sure the data is in this format 30/10/2024 not in this one 30-10-2024.

1 Like