Name of View

Hello everyone.

I want to show the name of the clicked row on the current view. Can someone help me to do this?

ezgif.com-gif-maker.gif

0 4 76
  • UX
4 REPLIES 4

That's not easy.

 

You'd have to build a new table to store the value of the previous view name. Preferably one record for each user so things don't get mixed up.

Then within each view, you'd have to set the row-select behavior to push the current view's display value into the record mentioned above, then navigate to the new view.

Then every view's name must be able to lookup the previous view name from the record.

 

It is certainly possible how I described, but I can't say I've ever felt the need, in my many years of Appsheet building, to actually set it up. Take that as you will.

I'm sorry , i meant the clicked row and not the previous view name.

 

Same answer.

Ok Thank you @Marc_Dillon 

Top Labels in this Space