#Is it possible to have next to the ID as well kind of People or Company Number?

1 messages · Page 1 of 1 (latest)

ocean egret
#

Good morning,

is it somehow possible to have a People / Company Number which is automatically filled with an ascending number? Doesn't matter if created by API or Gui?
Than the user can easily share a specific customer set on the phone with a colleague or they can earch by it.

atomic venture
ocean egret
#

Hi, another question. Why would I use the code node and not the http request not to get the entry with the highest number? I would sort by desc by this fields and limit to 1

atomic venture
#

That's one of few ways to solve your problem, in the end it's up to you how you solve it

ocean egret
#

that's clear, I am only interested (want to learn) how you would do it with javascript code. Would you do there a call to the backend? or is there kind of javascript method within Twenty which I could use?

atomic venture
#

Straight up call to API as there are no native methods exposed

ocean egret
#

Hi, is there any documentation how the workflows works? I haven't really found documentation or tutorials and asked chatgpt. The http call is working, but how would be the next step in the code node?

dusky forge
ocean egret
#

I saw this documentation, but I was't sure how it will be returned from the http node. how to access the data from the code node and return it back to the update object again. I am quite familiar with N8N and doing there a lot and in general I am clear with the concept

atomic venture
#

@ocean egret do you have a expected response body in HTTP Request node?