Send Parameter to New View

Hi,

Do you know how once you send a property to the next view, how that view does a search for data for the playlist to display on a short list.

For example, I am sending data for a playlist three options in a data set, ‘morning’, ‘mid-day’ and ‘evening’ playlists, but then when I get to the playlist view, I cannot seem to get the data to view for songs linked to that playlist in a ‘short list’ repeating group.

Previously I would send a ‘x’ parameter in the URL and then retrieve that ‘x’ URL in the playlist and display data related to that specific parameter, cannot figure out how to do it with the new Mobile Deployment process

In mobile beta, you use “properties”

To display the data, you use the expression that looks like “view’s property”.

I’m assuming you have morning, afternoon, evening in an option set, something like “time_of_day.”

So if you you send a property like time_of_day to “home”, in the ShortList you would write the expression “Home’s time_of_day’s display” to display it.

Hope that helps.