Collection source changing automaticaly

I have some collections, each with it’s own source but when I add the source for one collection it changes the source for the other collection automatically.
Can someone know a fix for this?

Thank you

Detail screens are linked to their respective tables. All detail screens will have the same configured components regardless of which row you click on. If each item in your collection needs to point to a different screen then you would need to configure a custom action in your collectioncs click event to travel down a different path.

An alternative is to just keep what you have, but add multiple collections to the screen. The one with the populated relation/query will display. You could also add visibility conditions to each collection if you wanted.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.