Is there a way to rename a field and remove parts of it?
Jeremy Prescott
Posts: 33 ✭✭
We have a dynamic field name that goes like "Name1_dynamic1-dynamic2-dynamic3_name2" Is there a way to rename it as name1_name2 and remove the dynamic part of the field?
0
Answers
-
Rename Function with expression: `name.replace(/.+/g,'_')`
0 -
Summary:
0