Data not showing on new native view

Hi all,

I’m building a native mobile app using Bubble’s new view system. I’ve set up a workflow to navigate to a new view (Snap Single) and I’m passing a data object (Snaps) through a custom input field called Snap Details.

Here’s what I’ve done:

  • In the workflow, I’m navigating to Snap Single using “Go to view…” and passing Current cell's Snaps into the Snap Details input.

  • On the Snap Single view, I’ve defined a custom input of type Snaps, called Snap Details.

  • I’m trying to access Snap Details in a text element (e.g., Snap Details's Title) to display dynamic data on that view.

But the issue is:
Snap Details does not appear at all in the dynamic data dropdown** inside the Snap Single view.

I’ve confirmed that:

  • The input is correctly set and named.
  • The workflow is correctly passing the Snaps thing.
  • I’m editing the correct view.
  • The element is inside the same view.

I’ve also tried previewing it - still no data shows.

would really appreciate help figuring this out!

Thanks in advance :folded_hands:
Mike

1 Like

I’m at the exact same roadblock. I believe the data is being sent to the new view but I don’t know how to display it there

Hi @adamskaloud, I’ve figured it out.

It’s a bit hidden, but here’s how you access the data:

View Name → Property Name → Data Fields

On the screen that you are sending data to, Find your views name under the Elements tab, In my case it’s: Snap Single

Then, you will see your properties name, In my case its: Snap

Then you should see your data fields

Hope that helps

This works perfectly, thank you!

1 Like