Hello,
i have a sharepointlist (workers):
id=1, title=Peter
id=2, title=manuel
And then an other sharepointlist (tickets):
id=1, title=case xxx, worker=1
id=2, title=case yyy, worker=2
id=3, title=case zzz, worker=1
Booth are connected as Dataconnection.
In my App, i have an dropdownbox mit peter and manuel (worker.title)
Now i want a gallery, based on worker peter (worker.id=1) if i select him in dropdown box
What i need to insert in onselected for the gallery?!?
Thanks a lot for your help.