Because the div is going to be cloned multiple times, and I just want to change the source of the data for each one, instead of changing every expression inside the div.
It's a bit of a niche and only for development purposes, there's an old and a new website, and I need to pull data from both (or more) to see if the data matches. So I just clone the div's and change the data source, and I look to see if everything matches!
I would use a repeater with a static repeat number (1), then just make sure you use the same field names for all the server actions and you are done. Shall I put something together quickly or it is enough?
I'm not sure if this would work, the data comes from the expression, so if you were to use a number then no data would come, right?
(I'm assuming no changes to the Server Action)