Hi @Kunal_Jain
You need to use UiPath.Word.Activities & UiPath.presentations.activities
We will use Word application scope & inside that we will use keyboard shortcuts to select the text & copy. We can’t use the read text activity as you want to keep the formatting
After that We will use Powerpoint Presentation & inside that Paste Item into Slide which will add copied text into the slide with same format
Attaching the flow for your ref sequence name PowerPoint_Word:
PowerPoint.zip (96.2 KB)
Hope this helps