When I return to the Recipes page, the previously selected recipe is no longer selected. Instead, the selection jumps back to the last recipe on the first page
If I edit the recipe at this point, the changes are most likely applied to the currently active recipe instead of the recipe that was previously selected.
@Tobias_Zadravec
This is a general issue with the table handling in mappView while connected to the MpRecipeUIConnect type.
That interface was made for VC4 and can only show 20 recipes in total before you control it with Page/Step - Up/Down to view additional recipes.
That sort of collides with the mappView approach and the selected index is reset when you navigate away and come come back.
I’ll try to take a closer look in the coming days and hopefully can inform you of a fix or that there is an actual bug. I’m pretty sure we thought about this behavior and had a handle on it.