Yeah… if you need to wait until the backend WF has actually finished (and not just some arbitrary amount of time), then you’ll need to establish when that is the case.

One simple way is to set some value in the Database in the backend WF itself, and then use that as a trigger on the page.

The other way is to User the API connector (or even the App connector) which will allow to to get a response from the backend WF.