There's no reason to restrict yourself to just one Fusion Tables (FT) control, right?
Imagine you had a factory assembly line with dumb workers that only knew
how to do one small task before passing the work onto the next worker.
If you had a FT control named FT_UPDATE_Part1 that only got the ROWID,
you could have its results received block set up the UPDATE statement for
use by the next worker (FT control), FT_UPDATE_Part2.
That simplifies the code and the process flow.
ABG