I’ve been using “Get Data from Page URL” to parse URL parameters in my app’s entry workflow (i.e. “On Page Load” of the root view) and navigate to specific views from there, but these seem to have disappeared – I guess Bubble changed something.
I see similar questions on the forum, and some supposed hack that uses the password reset page for navigation, but I’m unable to access the URL parameters even there.
Is there any way whatsoever to achieve in-app deep linking at the moment? My use case is exceedingly simple: myapp://url?a=123 should navigate to view A, and myapp://url?b=456 should navigate to view B. I’ve already wired it in the past, but now it’s gone, and I can’t seem to find a way to determine whether the app was opened with a=123 or b=456.
Does anyone know how to solve this? Thanks!