Dear powerapps community,
I'm using a gallery which datasource is a selected item of another gallery in another screen.
Let's say something like this for the datasource of gallery2: Gallery1.Selected.Relations
In my gallery2 (on another screen), I have a button to "Relate" a new Relation to the one Selected on Gallery1.
Update to the dataverse is ok. When I click my button, the relation is persisted to dataverse.
But my Gallery2 is not updated visually. When A change screen and reselect my gallery1, the items of gallery2 are well updated.
But if I stay on screen2, I can't find a way to refresh gallery2.
I tried a lot of methods found on internet, included this forum, but nothing works.
I think there is 2 issues.
- I do not use a dataverse as source, so I cannot refresh the source.
- I use a source on another screen, so, I cannot "select" again the gallery1 to be able to refresh gallery2.
Do you have any clue please ?
Regards