By clicking an item in the (sub)group list which is an inline list e.g
Okay, so that’s what I was talking about here:
So instead of using a Show Detail Screen as that action, change it to use a custom action with the following steps:
- Set Column values, which takes the value of the user specific column that the choice component has written to, and writes the value to another user specific column in your user profiles table, via a single relation
- Show Detail Screen → this item
At that point, the value of the filter that was used in the previous step will be in a column in your user profiles table, and you can use it on the next screen.
The thing is that when I go down a level it uses the same form that I came from
I’m afraid I’m getting a little bit lost. Is there any chance you could make a video that shows what you currently have and describe where you’re trying to get to?
I’m sure there is a solution, I’m just struggling to visualise it at the moment.