Connect to selected cell in database

Hi!

I would like to ask
How to connect selected cells from the database?

On my website, I will have different buttons and
I try to connect the buttons to the selected cells in the database,
button one: 1st row 3rd column
button two: 2nd row 3rd column

Is there a way to do that?

Also, is there a way to connect to two cells?
button: 1st row 3rd column & 2nd column

Thank you very much!:grinning:

Hey there,

Can you clarify what the functionality of the buttons would look like? Are you trying to update specific items in your database, upload new items, or submitting data?

You can take a look at the following APIs and see if they work for you:
wix-data
update()
insert()
get()

I hope this helps, if not please provide more information on the functionality.

Best regards,

Hi Miguel,

Thank you for the reply!

The button is to show the content of the database.

  • hover over the button

  • show a video/a piece of text (that is stored and linked to the database)

  • hover off the button

  • video/text dissapears

There will be many buttons, with the same function.

So. I don’t want one botton to show the whole database. I would need them to show the selected information from one database.

I hope it makes sense.
Is it possible to do?