How to move to the next page using Blue Prism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-01-18 12:31 PM
Hi All
I have a scenario where I have to copy data and screenshot of certain application and paste in the MS word file.
I am copying the data and pasting in the word file using MS word VBO, but here requirement is, every time I have to paste it in the next page of the same document.
Any pointers how to do it?
How I can move to the next page using Blue Prism?
Regards
Ranjeet
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-01-18 09:27 PM
From my experience the Word VBO is best at reading text or writing to set text bookmarks in a word template. If you want to do something more than that they you may need to create your own actions for adding a new page and navigating to the start of a new page.
There is a guide to extending automations using the .NET framework, and maybe searching the internet for 'word.application new page' might find some answers about how to use that API in the way you want
