Auto Generate ID

Alice_0-1672827494510.png

Hi, anyone please help me here...

i want to have specific ID that auto-generate. For example something like after user choose Line 9 Filling Room then the ID will follow the [Line] chosen and generate an UNIQUEID() equals to "Line 9 Filling Room-07fe61b0". 

Please help and Thanks a lot

Solved Solved
0 2 150
1 ACCEPTED SOLUTION

Please try the below expression in UniqueID field.

CONCATENATE([Line] ,"-", UNIQUEID())

View solution in original post

2 REPLIES 2

Please try the below expression in UniqueID field.

CONCATENATE([Line] ,"-", UNIQUEID())

Alice_0-1672879347395.png

Expression works! Thanks a lot

Top Labels in this Space