Need Help - View Properties on Native Mobile

Hi everyone,

I’m working on my first mobile app and hit a roadblock with passing data from one view to another.

I have two views List (a list of expenses) and Edit Expense (with Property “Expense”). I’ve set up the workflow for the swipe action on the List view to go to Edit Expense and pass the Expense data type.

My problem is that I don’t know how to display the passed data on the Edit Expense view - it doesn’t appear in the Data Source so I’m stuck here without the option to display the title, amount, etc.

Would anyone know the solution?

Thanks,
Adam

You need to type in the name of your view in the dynamic data expression and you will see the property there. In my case I have a view called “Test” with a Property called "F1 Team.


In the above:

  • “test” is the name of the view
  • “F1 team” is the property

Awesome, thank you, @tarasmuzon!

Can’t seem to figure out how to send data in a Workflow to navigate from a selectable list to a different view? Looks like you have one extra field than I do…

Figured it out. You need to create a New Property in for the View. Then when you navigate to that view you can send the data to one of the properties you setup for that View ..