Closed Jenefer-Monroe closed 2 months ago
Closing this issue as we were able to resolve offline. The technique using gallery control to get around delegation might have been introducing some extra complications, so we removed the dependency on the workaround and implemented automatic sorting which is now working.
Issue
When using the latest version of PowerApps, two things in Details List broke as shown below. I have found a workaround but wanted to post anyway so Creator Kit Team is aware. And also so others in the community could be aware and know a workaround without the struggle bus I had to find the workaround :)
Background
Due to https://github.com/microsoft/powercat-creator-kit/issues/486 I upgraded my PowerApps version from the recommended 3.24081.10 to 3.24083.10. This resolved the sort issue but created an issue with some elements.
Note that I use the Scott Morrow technique to make the details list show all data and not be capped at the 500(?) records. This is also the technique to allow custom sorting. Dataverse Delegable Paging in Power Apps
The Bug
When upgrading to 3.24083.10, suddenly two things broke
The color in the indicatortag stopped working
The fields which were type string but sorted by another field of type number stopped rendering
The Workaround
I found that if I add these fields to the hidden gallery (used for Scott's technique) then the issue is resolved