Shift Data Right

Is there a function to shift data right? I see there’s one to shift data up/down.

Can you provide an example of what it should do?

image

In this example, I’d like to shift all the values from left to right so that the first column is empty.

How about just renaming columns?

I could do that, however sometimes there are up to 20 columns or more. I was just looking for an easier way.

You can use the “Rename columns with lookup” action. Produce a list of column names using the “Table metadata” action, then shift it down to obtain the name lookup table.

I don’t think there is an easier way. This one is not hard though.

That can work, thank you!