Set the values of some columns on another row

Is there a way to change a value of a column from one row to another, without adding a new row to another table?
Hope that makes sense,

All the best

Solved Solved
0 7 387
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @LikeAFool

First of all, welcome to the community !
I like your nickname, by the way

Yes, but itโ€™s challenging
this is a combination of two actions:

  • The one that you will click on, in the โ€œfromโ€ table
  • the one that will be called by the first one, in the โ€œtoโ€ table

View solution in original post

7 REPLIES 7

Aurelien
Google Developer Expert
Google Developer Expert

Hi @LikeAFool

First of all, welcome to the community !
I like your nickname, by the way

Yes, but itโ€™s challenging
this is a combination of two actions:

  • The one that you will click on, in the โ€œfromโ€ table
  • the one that will be called by the first one, in the โ€œtoโ€ table

@Aurelien,
Had a feeling that it wouldnโ€™t be easy, thank you for the help

Tried your suggestion and it has worked!!

Thanks a lot

Good job ! Iโ€™m happy to hear it

Excellent news that you worked it out with the help!

This is the main function for one of my customer apps, so I hope I can help provide some insight.

Can you provide some more information about the changes and most importantly what the relationship or identifier would be between the row you are triggering the action from and the row(s) that you would like to execute the data change?

It is a desk booking app I am creating.

When the user โ€˜unreservesโ€™ their desk, I want to change the status back to โ€˜availableโ€™, I thought this could be done through automationโ€ฆ

now that you mention it, I donโ€™t think I have made a relation between the two tables so I will give that a got thank you

Top Labels in this Space