Is it possible to randomise the count offset on a looper?
I am using Looper Provider (Type JSON) and Consumer on the same column and was hoping to randomise the count offset in order to display a different dataset each time the page is loaded.
Regretfully, that is not possible to randomize the offset number in the Looper. Still, you can try by using the Custom option of Looper Provider and add the hook which will return randomized offset data to your looper to show. The following thread might be helpful to you on this.