Populating Age in Database

How do you populate Age property in Database after user fills out form and fills out Birth Date (Date Type Property)?

3 Likes

Custom formula.

1 Like

Wrap it inside the INT function to round it down to whole number.

1 Like

Hi Thank you for the screen shots. Still not clear of how to get my Age Property to update when the user puts in the birthdate. Where do you enter this step? Where am I putting this screenshot, in the form?

Ok so imagine you have a form where he inputs Date of Birth. Have the submit button have several actions:

  1. Update user (this is there automatically from the form)
  2. Update user - Age > (custom formula as above)
  3. Link → wherever

Not updating the Age property yet:
image

Screen Shot #2

image

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.