Update a repeater column with the contents of another column

Is there a way of updating a repeater column with the contents of another column. This would be with a row filter applied?

Yes, this can be done. Do you have a specific file or an example of what you’re trying to do?

Many thanks,

While composing an example I found the correct way to specify the contents of the column that I wanted to use to update the first column. For anyone interested, the format to put under Value is [[Item.State1]] where State1 is the new (potentially filtered) value.

Andy