Possible to capture All Columns to Separate Table for Logging?

In AppSheet, is there and expression something to the effect of [_THISROW].{everything} ?

What i am wanting to do is capture every column in a separate table, along with a timestamp and username. I know I can do this the long way around by creating an action and literally copy individuals to a new row on changes/updates, just wondering if there is a shortcut ๐Ÿ™‚

Thanks

0 2 46
2 REPLIES 2

To select everthing in a table you can either use

TableName[KeyColumn]

or

Select(TableName[KeyColumn],TRUE)

 To copy all these, check out my earlier repsonse to someone esle's question

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/select-multiple-rows-from-first-table-and-copy-...

Simon@1minManager.com

Steve
Platinum 4
Platinum 4

@mykrobinson wrote:

In AppSheet, is there and expression something to the effect of [_THISROW].{everything} ?


Nope.

Top Labels in this Space