I want to query all users who are within a 'maxDistance' from the authorized user and found the only way to do this is via a custom action that I can take the arguments of LatLog for each user and the authorized user, run via my custom that calculates the distance (as a double), then sorts the users by that output. The issue is that the the built-in Query Caching settings are only presented when the ListView properties is doing a back-end query, but in my case, I'm just generating the list from the children of the variable. See screenshots below:
Enable Query Cache for Custom Action Flows
Actions & Logic
It seems like all the documentation for Query Caching (the built-in one at least) is only presented and can be used if the 'Backend Query' is enabled and used for ListView. In my case, I am doing the Custom Action query On Page Load, then the ListView is being generated as dynamic children from the variable output. In this case, there isn't any documentation on how to also get query caching.
Yes
1
1 reply