Numero de Pedido

Alguem tem uma solução para gerar Numero de Pedido (10 Caracteres) automaticamente dentro do Glide

Agradeço

Is there a reason you don’t want to use the rowID?

Sim, é que preciso de usar apenas 10 caracteres e aplica-lo em uma planilha formatada

And those must be in the form of 10 numbers? Do you want to do it sequentially or not? (Let’s say 0000000001 then 0000000002)

Hola,

Additional to Thind’s tip, you can use the Excel formula plugin and work with Right() function:

E.g.

  • Right(“House”,3) returns “use”
  • Right(“1023456700”,4) returns “6700”
  • Right(“a$ufbchsg875$&@236”,5) returns “&@236

I’d use the RowID and take its last 10 characters to get Order ID.

Saludos

1 Like

O que seria esse plugin de formula, como aplico no glide ?

Hyperformula não funcionou comigo se for o caso