You might want to look into URL parameters for this. You can set a URL parameter and give it a type of a “thing” you’ve created. Then, you can set the value as the unique ID of the thing.
Then when you “get” the data (when you access the data from the URL parameter) you can set the type as well. This way you can pass data between repeating groups or reusable éléments without plugins (I don’t recommend plugins for things like this, but yes they do work too)
1 Like