This component allows users to dynamically generate a sequence of formatted string values based on their input criteria. It’s ideal for creating custom identifiers, codes, or labels in a consistent and automated way.
How it works:Users simply enter:
A prefix (e.g., M for M001 /FT for FT001)
M for M001 /FT for FT001
A Length (e.g., 4 for M001 / 3 For M01)
A total number of items to generate (e.g., 4)
4
An optional Start from 0 (e.g., false for M001 / true for M000)
M001 / true for M000
The component will then output a list like:-> M001, M002, M003, M004-
-> M001
M002
M003
M004-
Example Use Cases:
Generating user IDs like USR001, USR002, ...
USR001
USR002
Creating product SKUs such as PRD100, PRD101, ...
PRD100
PRD101
Batch ticket or serial number generation