Skip to content

Automatic unique ID shown in form #4357

Answered by mjashanks
njokel asked this question in Help
Discussion options

You must be logged in to vote

Hi There.

This is possible, here's how I did it. (also, my app export is attached below).

  1. I have a table called Applications - it has an Auto ID column. I.e. and auto incremented number. Your table might already have it, if you left the defaults checked on creation:

  2. In the design section, I add a new screen and choose my table Applications, which auto-generates 3 screens for me.

  3. In my /applications screen, I modify the Create New button, so that it

  • First, Save Row to my application table
  • Then, Navigate To the URL /application/{{ Action 1.Saved Row._id}}
  1. In my application edit screen (/applications/:id), I added a paragraph component at the top to display my Auto Id field

So, …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@njokel
Comment options

@mjashanks
Comment options

Answer selected by njokel
Comment options

You must be logged in to vote
3 replies
@mjashanks
Comment options

@njokel
Comment options

@mjashanks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
2 participants