Good Day!
how to update data in one data source to update another data source
ex. below
Thanks and advance
Solved! Go to Solution.
Hi @DHAGZ ,
You could write two formulas in the same button.
For example:
Button Onselect:
Patch(first datasource,Defaults(first datasource),{your column1:your Value});Patch(second datasource,Defaults(second datasource),{your column2:your Value})
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Hi @DHAGZ ,
You could write two formulas in the same button.
For example:
Button Onselect:
Patch(first datasource,Defaults(first datasource),{your column1:your Value});Patch(second datasource,Defaults(second datasource),{your column2:your Value})
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
User | Count |
---|---|
160 | |
84 | |
68 | |
64 | |
61 |
User | Count |
---|---|
206 | |
146 | |
95 | |
83 | |
66 |