How to add a glide component that does not link to the data

How to add a glide component that does not link to the data?

I don’t want
image

and what is your idea for that component?.. after someone picks the value… what happened?

1 Like

As Uzo said, in your screenshot you’re showing a choice component. It has to be linked to a column for the user to be able to input their choice. What exactly is your use case here?

1 Like

For this you have to create a new column to storage this value inside glide data only to not affect your sheet values

  • Create a Text column with user-specific checked :white_check_mark: called “choice list mode” for exemple;
  • Replace the column Name to the new “Choice list mode” you just created.

This way every user can choose without affect the rest of your data

1 Like

All I’m trying to do is show different lists depending on what choice is choosen

So you just have to point it to a user-specific column, then configure the right conditional visibility based on that choice.