Dec 06, 2019 12:24 AM
Hi !
I have 4000 fields in my product table from 1 to 4001 personnal ID
I need to know the place to find the record ID recXXXX created by Airtable for all of my fields
For example the 3876 is the recdg5jLFDdg34 record and I need to make a list like
1 = rec XXX
2 = recYYY
Please help !
Have a nice day
Dec 06, 2019 06:24 AM
Seriously? I think you may have a bigger problem than knowing the record IDs. Do you mean 4000 rows?
Dec 06, 2019 06:44 AM
:blush: ! Sorry yes !
<img width=“91” height=“94” style=“width:.9479in;height:.9791in” id=“Image_x0020_7” src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/airtable/original/3X/4/f/4ffaebce18b2427b07d87cf47469f54c34e4fe5a.png" alt="Une image contenant homme, personne, regardant, photo
Description générée automatiquement">
Stéphane Barbagelata
Managinig Director – Founder
SAS BARBATECH SOLUTIONS
+33(0)1 87 20 01 12
+33(0)6 37 65 91 19
Repensons nos gestes, n’imprimez ce courriel que si nécessaire | Please consider the environment before printing
Dec 06, 2019 08:55 AM
Okay - rows it is.
If you use the API to list your records, the id will be included along with your field values.
Dec 06, 2019 04:43 PM
Add a column next to your id column with the RECORD_ID() formula. Then you can copy both columns and paste them into a text editor or spreadsheet for further editing. For example, in the text editor you can replace the tab mark (“/t”) between columns with “ = “.