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
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
Simon@1minManager.com
@mykrobinson wrote:In AppSheet, is there and expression something to the effect of [_THISROW].{everything} ?
Nope.
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |