Save new order of a RG list using reorder plugin

Hi @joe.sharpish

For your use-case , you will have to use the initial order feature because the plugin works with text type list only.
Resaving a list of images will be a heavy task for the bubble backend, also the DB is limited on the amount of requests and characters that can be uploaded, since the images would have to be converted in base64, this is a big amount of data.

See the initial order example from the documentation, aslo we did a separate demo with this feature, see in this post:

Regards,
Andrew from EzCode