Hello
i try to connect nocodb
make to nocoDB
i can connect but i have error 404…
i see base and table its ok. Bit in ID i dont know what i can put here i put EXECUTIONID but 404 error…
thank you
Hello @jonathanbse
ID is referring to record ID on NocoDB
If you want to get it from UI you can toggle System Fields and you will see Id field.
where did you find that?
ok i see but i can see only # and when i need choose ID on make i try 1 its copie de file from the the first line, and the same if i put 2 on ID its copy the line 2… but me what i want its make go searching the last record on my nocodb
Ok now i have two thing :
in first colone i have # with under number of creation 1, 2 , 3…
and i have another colone with this item Id and under the same 1, 2, 3…
BUT what im looking for, it’s a call from make to NCB for go searching the last creation.
Can you help me about that?
“#” there is just a visual representation of record order, it is not stored so avoid using that for APIs etc.
In order to find records with conditions & sort you can use “Search Records” on Make or our list api from any other source (NocoDB API Documentation it supports where & sort)
ok i understand I read the document but, im newby and maybe…can you help me? about filed, Where, Sort… thank you again for your help