Help
Mikolaj_Wasniew
4 - Data Explorer
4 - Data Explorer
since ‎Aug 28, 2022
‎Nov 29, 2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hello, In my base I have 2 tables: Users and Emails. They are linked together because one user can have multiple emails. Users Id|First name|Last name 1|John|Doe 2|Sam|Harison Emails Id|Address|User id 1|john.doe@gmail.com|1 2|sam.harison@gmail.com|2...
Hello, I have an “id” column in my table. How can I generate sequential “id” after submitting the form? |id|First name|Last name| |1|John|Doe| |2|Mary|Jane| |3|Raplh|Smith| I.e. after creating a new record “Tony Jones”, id=4 should be added automatic...
Kudos given to