Dear community,
I just moved my static from Excel imported tables to a dynamic SharePoint List.
Now I am experiencing a behaviour that unpleases me extremely.
I will give the examples using Football.
Let's call TABLE_A (dynamic) and TABLE_B (dynamic). TABLE_B depends on the values of TABLE_A.
TABLE_A
Row | Country | PrimaryKey
1 | Brazil | br
2 | Spain | es
3 | Italy | it
TABLE_B
Row | Association | FK_association_country
1 | Corinthians | br
2 | Palmeiras | br
3 | Flamengo | br
4 | Real Madrid | es
5 | Barcelona | es
6 | Juventus | it
7 | AC Milan | it
8 | Inter Milan | it
I display each table as a Gallery in a separated screen.
What I see:
If I click "Spain" in the first screen, the app will go to the second, delay a bit (because the data is being fetched from the SharePoint List) and then Shows "Real Madrid" and "Barcelona". So far so good.
Now, if I go back to the first screen and select "Italy", the app goes to the second screen and shows AT LEAST FOR A LITTLE WHILE "Real Madrid" and "Barcelona", instead of showing directly "Juventus", "AC Milan" and "Inter Milan". After a while, the correct items are shown. But this delay bothers me a lot. Sometimes this delay is so HUGE, let's say, 4-5 seconds, that an user would be able to click for example "Juventus" to be redirected to the third screen using "SPAIN" and "JUVENTUS" as variables, what is TOTALLY IMPLAUSIBLE.
How do I overcome this behaviour? I have tried "RESET" but it doesn't clean up the items of the Gallery, so no success. Does anybody has any idea?
Thanks!