How to clone and save a specific column?

I need to clone a column contents for the next app launch i mean to save every step in the app .
in example :
a column including 3 buttons with labels , when an action occurs or button pressed all 3 buttons and labels cloned and saved .
Is that possible ?
Thanks in advance .

Clones are not saved, but you can create them every time you start the application and assign them data stored in local storage.

thanks for your reply , i’ll try doing that .