Im having troubles with a vertical list and the children page not picking up the property I have given it. The list is picking up the elements I would like to use as elements, then the workflow is set up to send “current items thing”. But when I would like to make a dynamic data input in the new view, the “thing” element isn’t showing, even after having the view getting the “thing” property. I have followed the Youtube guide from bubble step by step, but it doesn’t match up in my editor.
The issue is that when you pass data using ‘send current item’s thing’ to a new view, you also need to make sure the destination view/page has a Type of content set to match that data type.
Check these steps:
- Go to the page/view that should receive the data
- Open the element inspector
- Set ‘Type of content’ to match your data type (same as ‘thing’)
- Then in your dynamic expressions you’ll see ‘Current page/view’s thing’ available
The problem is usually that the receiving page doesn’t have its content type defined. Once you set that, all the fields from that data type will show up in your dynamic data dropdowns.
If you’re still stuck, share a screenshot of your page settings and I can help debug further.