Crerate form

how to insert detail excelsheet into forms

Regards,
Thilagavathiprincess

1 Like

Hi @padmapriyas0002

use read range and use for each row in datatable
and use form and use type into for the form

Thanks
Ashwin S

thanks for contributing :slightly_smiling_face:

Hi @padmapriyas0002

Scenario
1.Use Excel Application Scope activties
2.Create Variable of Type Datatable
3.Use Read Range Activities.
4.Assign the Variable to the output properties of Read Range Activties.
5.Use Foreachrow Activities to iterate.
6.Use TypeInto Activities to insert the value in the form and do your desire thing with in the form.

cheers :smiley:

Happy learning :smiley:

2 Likes

oh! thank u for contributing with me