šŸ”„ Bulk clear, edit, restore and delete columns plus Undo action

Okay, then I’ll give you a reason to be precise.
Continuing to incorrectly refer to the JavaScript column as a Java column misleads people and creates confusion. Less confusion == more happy Gliders :slight_smile:

Sure… but there is no other option in Glide than a JavaScript column… so… I thought it was clear :wink:
But… I will try to be more precise next time.

How does this work please? I am looking to clear an entire column with an action :slight_smile:

JSON magic! :wink: Complicated… only for advanced users

Is there a solution for clearing an entire column?

Using the native Glide functions… no, you can only make a mark not visible in the help column… but to make bulk changes to the static data… only using JSON and Java tricks… if your data is in Google Sheets… you can also use google script to do that.

1 Like

No native solution, no. But you can get the effect by using a bit of smoke and mirrors. Take a look at the below:

4 Likes

I have no idea how, but Jeff’s solution works! Thank you Darren

2 Likes

Jeff is very clever :wink:

I’ve used several variations of the technique he described in that thread in multiple Apps.

2 Likes

3 posts were split to a new topic: Bulk edit to clear values?