Cant send a list item to another view (like dynamic page)

I need help, as I am stuck building an app.

My problem:

-In my homeview I have a Shortlist of “listings” with an image and some info and a quick view button.

-The quick view button that sends that listing into a sheet which opens nicely with the correct listing.

-However in the quick view sheet there is also a “read full description button” that is supposed to send the user to another view with that selected listing to view all about it, but this I cant wrap my head around as it doesnt behave as the regular bubble editor logic.

I saw something about properties but I cant understand the steps to make it work on my own.

Anyone have a step by step to create a solution to this?

Cheers! Native is fun though! :smiley:

@kris I hope I understood your question well.
First you have to define what you want to receive in the new view you are sending the user to. Lets use “View A” and “View B”

First go to view B, and “Add new property”

  • Enter a Label name
  • Enter your Input Type. This could be a dynamic value, Field Type: Listings
  • Click “Add”

Now head back to View A. Create an workflow from the button “read full description button”,

  • Add the action “Go to view”
  • Select your target view (View B)
  • Right below the Target view selection, you will see the Property field you set up.
  • You can now choose the current list item.

Hope this helps
P.S.: hopefully i got your question right :slight_smile:

1 Like

Thanks! It worked, and now I see the logic :smiley:

Thanks for being so to the point.

<3 <3 <3

Best,
K

1 Like