1
I would like to add a function to combine fields with the same name when a field has the same name.
For example, suppose you have two fields: "Name" and "ID".
Name "A" ID "aaa"
Name “A” ID “bbb”
At times like this,
Name “B” ID “aaabbb”
I would like to see a feature that allows IDs to be combined when the names are the same like this.
This feature improves customer convenience.
STATUS DETAILS
New