How can I attach an ID to each name?

  • GCIObservations
    Asked on August 8, 2019 at 2:53 PM

    I have a form with a list of names. I would like to attach a unique ID to each name. How can I do that??? 

    Thank you, 

    Amanda

  • John_Benson
    Replied on August 8, 2019 at 3:20 PM

    You can use the Update/Calculate Condition to update a certain field when the condition is met. Here's an example:

    - I have 2 fields (Name and Assigned ID)

    1565291978nameid Screenshot 10

    - The condition states that if the Name field is equal to "John", then a value of "123" will be inserted to the Assigned ID field.

    1565291951upocalcdon Screenshot 21

    Here's the result:

    1565291691resuklt Screenshot 32

    For more information about the condition, please check this user guide: How-to-Insert-Text-or-Calculation-into-a-Field-Using-Conditional-Logic.

    If you have any questions, let us know.