Update value from different table

Hi everyone, sorry for my dumb question. I have Table A which has task column and button column for update:

Question: I’m looking for the formula which when I click the button on table A it will able to modify the value of Status on Table B

Thank you in advance!

hello @Tarakachu , try this with a button

Hi @Thierryvm thanks for the answer! the solution will add a new row instead, while I would like to update the existing row.

Hey @Tarakachu

ThisRow.Task.ModifyRows([Table B].Status, "new value")

3 Likes

Hi, @Breno_Nunes it works! thank you for the solution!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.