Question orderby in Attachment template

I have a template that runs in the table cliente , but i use informations from table registros,

Start expression that is currently in use:
select([Registros][ID],AND([Descrição Serviço]=”Coxo”,[Status]=”Medição”))
,
New Start expression I tried to use:
orderby(select([Registros][ID],AND([Descrição Serviço]=”Coxo”,[Status]=”Medição”)),[Lista de Preço].[Resíduo])

It gave me the error lista de preço doesn’t exist in table, does the sort key use the rows and columns from the select or the target data from the workflow ?

ORDERBY() | AppSheet Help Center here in arguments it says “The expression is evaluated in the context of the row being considered” so I tought it would use the columns from the select.

Is it my misunderstanding? @Steve

Solved Solved
0 2 208
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

ORDERBY() will use the columns of the row the ID column refers to:

3X_8_d_8db946fc5ac7d458e99ea60122c081e01560b7bc.png

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

ORDERBY() will use the columns of the row the ID column refers to:

3X_8_d_8db946fc5ac7d458e99ea60122c081e01560b7bc.png

It seems i had missed something but got it working now , Thanks!

Top Labels in this Space