How to copy text from Excel into web formular

Hi,

I would like to copy text from a excel sheet into a webform.

  1. Copy ‘First name’ from Excel cell
  2. Insert copied text in corresponding field in webform
  3. Copy ‘Last name’ from Excell cell
  4. Insert copied text in corresponding field in webform
    … and so forth

What is best practice for this?

Thanks

1 Like

hey, @Sondergaard

  • get your column like this row("YourColumnName).ToString and use this in type into to fill webForm

cheers

1 Like

Thanks for your answer, @Pradeep_Shiv

I think that functionality is missing in StudioX, right?

Sorry - but I don’t understand what you mean? Can you describe this a little more detailed what actions I need to use or where I can find documentation for this?

Hi @Sondergaard

I think you can refer attachment in below post for do that.
I created a sample project to get data from excel and input it to the web page.

I hope it will be useful to you :smiling_face_with_three_hearts: