How to use RESUME feature (bubble internal logic)?

This feature is used by bubble to continue a previous workflow across different pages. For example, suppouse we have an event with 3 actions.

  • event: click on button
  • run action one
  • run action two: redirect user to a different page. After doing something on that page, the user is redirected back to previous page.
  • run action three: workflow starts from where it was interrupted before going to the other page

They speak about this feature in this blog post (where the founder of bubble explain it)

And it is mentioned also in the bubble documentation about “go to page” feature, in the yellow box under Additional Parameters.

Does anyone know how to use this RESUME parameter? I searched everywhere on the forum but it looks like no one ever asked about this. It’s wierd how nobody ever needed or just be curious on how to use this very useful feature from bubble default logics.

ATTENTION: please avoid telling me to try different ways to achive the same result, like using backend workflows or conditional actions on page load. If you don’t know how to pass the correct RESUME parameter to the URL, please avoid answering (with no offense) :pray: :blush:

@emmanuel sorry for bothering you, I guess you have a lot of work to do, but can you please tell me if there is any way to get the “step X workflow ID” to use the bubble internal logic RESUME, triggered by url parameter?