How to Create Swap Button For A Table's Columns

Hey! I’m trying to create a button (per table row) that can swap the the row’s column B value with the same row’s column C value (and vice versa).
I’ve set the Button’s Action as Modify Row, Apply to as This Row.

What do I type in the Update Values part of the Button Options though?

Thanks a bunch!

Hey @Steelworld_HEAD,
I wasn’t sure if it just works without a “buffer” column, but looks like it does: You just have to enter the respective other column name. Don’t forget “thisrow” before, so it only fills the current rows value and not a collection of the whole column.

Hope that answers your question :slight_smile:

Bildschirmfoto 2020-10-01 um 16.51.44

2 Likes