I have a title, description and list of questions in the word document.
Using the word document, I need to create a form in the website FormSG.
So how to retrieve the text of title, description and list of questions in the word doc into the website?
Is it possible to use web recording to copy and paste the highlighted text in word document?
Or do i have to use word application scope to open the word document then use read text to the read whole word document then use assign for each and every text of title, description and list of questions by using Regex.Match?
What other possible ways can the bot do to create a website form based on word document if the list of question change in the future?
Thank you.