How to Extract Data from Word File

Hi @sachin_sharma,

(?<=Address)\n.* use this to get Name value and put it into variable
(?<variable.Trim)\n.* you will get office name.