If you would like, you can try the straightforward pixel math expression below:
x=x();
y=y();
x0=1095;
y0=1560;
width=870;
height=695;
iif(inrect(x0,y0,width,height),pixel(Prev_name,x-x0,y-y0),$T)
Where x0,y0,width and height correspond with the top left corner and dimensions of the preview (get the values from Edit Preview).
The numbers here are meaningless/placeholders.
To use this expression..just replace "Prev"name" with the name of your preview.
I made this expression for myself before I knew about the Substitute with Preview script.
Just something to try while you wait for your answer.
-adam