how to insert detail excelsheet into forms
Regards,
Thilagavathiprincess
how to insert detail excelsheet into forms
Regards,
Thilagavathiprincess
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
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
Happy learning
oh! thank u for contributing with me