Hi,
In my online store's backoffice project, I'm using a gallery to display how much time a specific item was wished by customers.
The data is stored in a MSSQL DB and the implementation is as follow:
The datasource
The wished x times label
Now, this is working fine in the PowerApps editor. It looks like this:
Works like a charm !
Now, if I publish and play my project, here's the result
Uh oh, that's weird now...
So I've went debugging a little, and here's what I found. The XHR requests made to the MSSQL API are slightly different in the player and the editor.
Here's the XHR request in the editor:
And here's the request in the player:
As you can see, the player is only requesting for the IDs while the editor request the whole data. I believe this is what is causing my issue.
Is there some kind of optimization running in player only that could lead to that behavior ?
How do I avoid this ?
Regards,
Guillaume

Report
All responses (
Answers (