I need to fill a form(word), collecting data from browser, How to automate this?

I need to fill a form(word), collecting data from browser, How to automate this?

Hi @Chandni

first, get the data from the browser and then prepare all data into one string and then use write text activity with that constructed string data

1 Like

@Chandni

  1. First make one word template to fill the required fields.

  2. use Get Text activity to read data from browser and will give you output as string.

  3. use Read Text activity inside Word Application scope activity to read data from document and will give you output as string. Then use replace function to replace the fields.

Ex. StringName.Replace(“OldText”,“NewText”)