Most of these actions are asynchronous - if you see a little clock icon to the right of the action, it means that the result will be delayed and you need to use an appropriate trigger (like "On Canvas Snapshot") or "Wait for previous action to complete". I suggest you study a few tutorials.
So the correct sequence is something like this:
System make snapshot
Wait for previous action to complete
Sprite load image from CanvasSnapshot
Wait for previous action to complete
Sprite set position to DrawingCanvas
Sprite set size to ...
DrawingCanvas Paste Sprite
Wait for previous action to complete
DrawingCanvas Save Image
Wait for previous action to complete
Browser download DrawingCanvas.SavedImageURL
None of these actions should be run on every tick!